Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to access column 8 in my Range21 May 2008 17:50 GMT2
I want to place "1" in column 8 in every row in my range named
"LegendList". How do I do this?
I tried:
LegendList(, 8) = "1"
Programmatically add worksheet function21 May 2008 17:01 GMT5
I haven't tried this before now and i am having a little trouble.
This is what i have:
Worksheets("Sheet2").Range("C1").Value = "=SUM(C2:C5000)"
And it works ok, But i wont always know the range. I need something like:
Multiselect listbox if no selection21 May 2008 16:58 GMT4
I have a listbox that is multiselect. I want to find a way to figure out if
anything is selected, if not "do something". I wrote this which works, but I
have to think that there is an easier way.
Dim Z As Integer
Ongoing Issue - I have tried to clarify so that you understand21 May 2008 16:34 GMT7
OK here is what I am trying to do.
I have cells E4 through E10
That some or all Cells could contain a number 0-9, Depending on the users
needs.
format the cell Comment21 May 2008 16:21 GMT2
Can I change the format of the comment in excel ?
I need it to be wider and shorter.
Thanks
formula in code21 May 2008 16:15 GMT2
hi,
i have the following:
Dim CurrentReportMonth As Date
CurrentReportMonth = "=DATE(YEAR(NOW()),MONTH(NOW())-1+0,1)"
Run-Time error '9' New Question21 May 2008 15:29 GMT3
I have posted this problem before and didnt get it resolved, fishing again
hoping to get lucky.
Here is my code:
Dim wsSheet As Worksheet
Super Hard Question21 May 2008 15:05 GMT3
linked from: http://www.mrexcel.com/forum/showthread.php?t=320701
I was thinking 1 full day yesterday about this....I still couldn't think a
way out of this. I need to convert database sheet to Navision template as
shown below.(please refer to the above link for the spreadsheet)
UserForm specs21 May 2008 14:56 GMT15
using excel '03
I have a userform that initializes several values in both comboboxes
and textboxes.
In one of those textboxes, I would like today() (in yyyymmdd format)
Fast Way to Delete Rows from Big Spreadsheet (Using VBA)21 May 2008 14:44 GMT5
Excel 2003, big spreadsheet, ~20000 rows, Col. B contains text values like
"1000", "1070", and "1120".  Users sometimes want to quickly delete all the
rows except those with one specific value in that Column.  I've tried a
couple approaches and run into (different) grief in each ...
Replace string21 May 2008 14:33 GMT12
For speed I am trying to use Replace, on a range object, to insert a string
but the replacement string is displayed as a single character whereas it
should be 2.
Say kycode = "01" this code displays it correctly as 01
Array function not working correctly if I use an "or - statement"21 May 2008 14:22 GMT4
I have two arrays which I want to use in order to create some
statistics. However, if I want EITHER of two things to hold true for
the array matching, then it breaks down (gives wrong value).
The following straightforward line works perfectly:
Writing a VBA program21 May 2008 14:22 GMT11
I am trying to write a script to help me determine the Mean Time Between
Repair for equipment.  I played with it all day yesterday but was not able to
figure it out.  Right now I have to enter the string manually.  The formula I
am using is "=AVERAGE(C7-C6,C6-C5,C5-C4,C4-C3 ...
Procedure level array not recognised at module level21 May 2008 13:52 GMT2
I wonder if anybody can explain this?  
In developing a new program I declared a variable with indeterminate
dimension at module level (to make it available to any procedure) (e.g. Dim
variable() ).
Autocopy instead of autofill21 May 2008 12:42 GMT2
I use this code to autofill a range.
Private Sub CommandButton1_Click()
'Macro_om_datum_te_genereren
Dim rng As Range
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.