| Thread | Last Post | Replies |
|
| Create new worksheet | 19 Sep 2006 11:21 GMT | 2 |
Hello! I have a macro that when I press a button I want it to create a new worksheet. The name of the worksheet shall be the current date. I do not know exactly how to write this so I would really appreciate some help. Pls help me with this code! Thank you very much!
|
| Custom formatted cells | 19 Sep 2006 11:17 GMT | 2 |
I have a spreadsheet where several columns are custom formatted to mm ss and dd mmm yyyy. When I try and link or inport this into Access - or save as text, all the values change.
|
| Comment Field | 19 Sep 2006 11:11 GMT | 2 |
Is is possible to programmicably access the comments in a speadsheet ? I wish to save them to a file and replace them in a new sheet.
|
| Naming worksheet | 19 Sep 2006 10:38 GMT | 1 |
I want to name a worksheet. I want the name to be the current date. If there already exists a worksheet with that name I want to add time to the name. The problem is that I do not know how to add time to the name of the worksheet. pls help me! any help appreciated!
|
| Macro to create workbooks and pivot tables | 19 Sep 2006 10:20 GMT | 2 |
I have 2 seperate macro's. Macro1 -creates a pivot table Macro2- creates a workbook for each practice. I would like to combine the two, so that after extracting data needed
|
| How to import an xml directly in userform ? | 19 Sep 2006 10:13 GMT | 1 |
This is my problem: my application based on excel & vb, dowloads from a website some xml files. Actually i use to import on my worksheets those xmls creating formatted
|
| charts fucntion help needed | 19 Sep 2006 10:03 GMT | 2 |
I am Using MS office 2003. I want to create chart using VBA. I have written the folowing function. Public Function AddChartSheet(ByVal x As Long, ByVal y As Long, ByVal z As Long)
|
| I need help limiting the "now()" syntax | 19 Sep 2006 09:42 GMT | 5 |
Hi. I need the "now()" syntax to only return the date, without the time stamp. Is this possible? Help would be much appreciated. Many thanks
|
| Font Colour Macro | 19 Sep 2006 09:39 GMT | 1 |
Dear All, I am looking to write a macro for one of my procedures that i have to do on a monthly basis. I have various spreadsheets with trainee information, downloaded from our central database. The trainees are identified using a
|
| VLookup Question | 19 Sep 2006 08:53 GMT | 3 |
when using VLookup, how can I search not the entire cell but parts of the cell, that is if I want to search 4 or 5 deep. If I'm comparing, for example: A = 123456789 B = 1234d56789
|
| CONCATENATE | 19 Sep 2006 08:49 GMT | 2 |
I am using the concatenate function to list a "string" of elapsed time as follows: =CONCATENATE(A1,"YEARS",A2,"DAYS",A3,"HOURS",A4,"MINUTES",A5,"SECONDS") The problem is as follows:
|
| How To Sum | 19 Sep 2006 08:43 GMT | 4 |
I have an excel sheet which will be filled with data from database dynamically, e.g. Field_A Field_B A 1
|
| how do i fill an array? tia | 19 Sep 2006 07:54 GMT | 7 |
i know this is probably pretty basic but i can't find it in my dummies book. i have an array labeled M. i've dimensioned it to 100 using the statement:
|
| Virus scanning feature | 19 Sep 2006 07:36 GMT | 3 |
I have Excel 2003 SP2, and have noticed that every time a worksheet is opened it gets checked for viruses automatically. I don't need this feature and it considerably slows down my macros. How can I disable it? Thanks.
|
| How do I detect cell mode? | 19 Sep 2006 07:32 GMT | 5 |
I am looking for any advice as to how to detect cell mode. How to I detect that cell in edit mode?
|