| Thread | Last Post | Replies |
|
| macro that identify the newest file in a folder and open it. | 23 Jan 2008 14:34 GMT | 7 |
i have folder that contain one new file each day. It's a text format file. The naming format is as follow: The folder is located at C:\dividend. And if today's date is jan 1 2008 then the file is dividend.yester.Jan012008.txt. So the next day, the new file
|
| autofilter | 23 Jan 2008 14:26 GMT | 1 |
I have one table to put in one scpreadsheet. Because it has 3 different categories, for visual purpose, I put one empty columns between them. After I put empty columns to seperate them the auto filter dropdown box
|
| Check cell address for double alpha characters | 23 Jan 2008 14:19 GMT | 2 |
Hmmm. I have posted this two times now and they do not show up in this NG (1-10+ hours past)!? "Alpha Numeric Help" and "Alpha/Numeric help"??? I retrieve cell addresses and manipulate them to create ranges, I have run into a problem when the cell address has double alpha ...
|
| Serial Order | 23 Jan 2008 14:04 GMT | 3 |
This a part from may UDF, my question if I want to put the same serial number regardless the order eg.( "D10604" And rng <> "D11201" And rng <> "D11202" And rng <> "D11203" And rng <> "D11204") I want to put in any order there is any code to do that, because if I’m not put in ...
|
| Select multiple but non sequential cells relative to a particular | 23 Jan 2008 14:01 GMT | 2 |
I need to be able to Select a number of different cells and copy them. They are non sequential. BUT I need to select them relative to another cell.
|
| problem uninstalling an add-in | 23 Jan 2008 13:47 GMT | 10 |
yesterday I asked: Hi, I'm trying to figure out how to accomplish somehting: I have an add-in and I would like it to chek the computer's name when installed, if the computer's name does not match the default registered
|
| Activating an open work book from text in a cell | 23 Jan 2008 13:38 GMT | 3 |
I am trying to enable a macro to take the string from a cell in an open workbook called fxRM_update.xls whcih includes the path and filename of another openworkbook. Below is my attempt, but I get a "subscript out of range" error. An example of the string in the cell in the ...
|
| Macro works - any suggestions on improvements? | 23 Jan 2008 13:31 GMT | 1 |
Other than remove Key3 logic - This will only be used by me. Sub ExportCashValues() Dim Filename As String
|
| Placeing data from sheet1 to sheet2 via a form button | 23 Jan 2008 13:26 GMT | 1 |
I have created my own custom form that I need placed on sheet2 once the submit button (form control) is pressed. There are 8 fields that I need to pass. Any ideas? Using Excel 07. Thanks
|
| question on scope of a global variable | 23 Jan 2008 13:05 GMT | 1 |
I have a user form. it loads a combo box , with a list of patients, 1 of the options is print a single sheet. I don't know how to save the selected value in a global and get that to the module from the userform. I tried a public global varible in the userform. I tried
|
| Programmierhilfe für eine Listbo x in Excel | 23 Jan 2008 12:52 GMT | 1 |
ich bin wohl nicht 100%ig hier richtig. Aber viel. könnt ihr mich dennoch in die richtige Richtung bringen. Ich programmiere einige Makros für Excel und habe eine Vergleichsabfrage. Wenn mehrere Benutzer mit dem selben Nachnamen gefunden werden, sollen diese
|
| Interior.Color from a function yields Error 1004 | 23 Jan 2008 12:45 GMT | 3 |
In Excel 2007 I am trying to change the Fill color of a cell from a macro. I am fairly adept with excel macros. So here is the problem with a simple example. Sub FormatResult()
|
| Error '' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. | 23 Jan 2008 12:35 GMT | 2 |
I'm retrieving data from Excel from my asp.net page The WorkSheet name is StatusPasPorts. When i remove the column [Account Reference No.] it does work fine but if i use it i get error :
|
| Excel files linked | 23 Jan 2008 11:55 GMT | 2 |
How can I know which Excel files in an directory and its sub-directories are linked to myFile.xls (some specific Excel file). Thanks. Fabian
|
| How to capture the cell above | 23 Jan 2008 11:08 GMT | 5 |
I am trying to wirte a sheet that will plot position vs time for two different time intervals, but I need to capture a value when it changes from interval 1 to interval 2. In the case below, I need to capture the 5, but it won't always be in that cell. I'd really apprecitate any ...
|