| Thread | Last Post | Replies |
|
| Use of CHOOSE? appropriate? | 01 Jun 2006 00:09 GMT | 5 |
Need to shorten this to add a few more possibilities at the moment it will only handle "EI" and "EW" but I need it to handle 3 or four more. Was thinking a table of some sort based on the piece of the lookup cell I want to look at but have no real idea of where to start
|
| Windows Exporer Shell | 01 Jun 2006 00:07 GMT | 2 |
Hello - I need some code that will open a windows exporer window with an FTP session started. I would like for the FTP folders to be in the explore pane and the contents of a local folder (I:\) to be in the contents pane. I have found documentation to shell a windows exporer ...
|
| macro to rearrange numbers in cell? | 31 May 2006 23:21 GMT | 4 |
We have general office workers in our school district who use an antiquated student information system to download roster information in text format for import into Excel. A user recently asked me if there is a way to globally change the outputted date format 20011028 to 10282001
|
| Text Import Wizard change default selections | 31 May 2006 23:08 GMT | 1 |
I open a lot of Comma limited files in Excel using the “Text Import Wizard”. I need a hack that will pre-set some of the selections in three Wizard steps. In Step 1, I want to default to “Delimited”. In Step 2, Default to “Comma”, and in Step 3 I want the “Date” format to ...
|
| Extracting defined names | 31 May 2006 22:53 GMT | 2 |
How can I assign the defined name of a cell (the name assigned manuall by Insert-->Name-->Define) to a variable in VBA -- jsw4
|
| Need to combine data programatically. | 31 May 2006 22:49 GMT | 1 |
Here is my spreadsheet 369 Medical Authorization/Utilization 370 Apportionment 370 Settlement
|
| enabling a custom menu at workbook open that is disabled | 31 May 2006 22:33 GMT | 3 |
In an add-in I have created, a custom menu item is created, it is disabled at the end of the macro that created it with: CommandBars(1).Controls("blah blah").Enabled = False I did this because not all workbooks should be able to use it. The
|
| Move a value from one range to another - rounding occurs that I do not want....? | 31 May 2006 21:12 GMT | 1 |
I have some pretty simple code that is trying to move the "value" from one range to another.....each range happens to be a single cell. Each cell has been formatted in the worksheets to be number format $#,##0.000000 (i.e. six decimals - yes I am dealing with fractions of a
|
| workbook question... | 31 May 2006 21:11 GMT | 3 |
I am having an issue with figuring out how to close a workbook. I know how to close a workbook when the filename is constant/known but not when it is dynamic. The scenario is that my Main macro reads in a text file causing a temporary workbook to be created. It then copies data
|
| column format | 31 May 2006 21:11 GMT | 2 |
I have a macro that does a bunch of stuff, but before it does that stuff I want it to format a column which holds a date value, I want it to format the columns cells so that the date format is m/d/yyyy h:mm Does any one know how I would go about this?
|
| Two Excel VBA Quezzies | 31 May 2006 21:11 GMT | 1 |
First question, Is there any way to get a listing of system and/or user data sources from a VBA app? Second question,
|
| Browse to change current path | 31 May 2006 20:57 GMT | 3 |
Is there something like GetOpenFileName that would open a dialog box and allow me to browse to a folder and pick it as the new Current Directory? I can use GetOpenFileName and pick a file in the correct directory and
|
| Inout data into rows | 31 May 2006 20:31 GMT | 3 |
Hi i am not very good at excel and was hoping somone here could help me. I am making a league table and it has 4 sheets (League, Next matches, Profile's, Admin) What i would like to do is to go on to the "Admin" section and have some options such as new player, results. I would like
|
| Help with getting data from a worksheet | 31 May 2006 20:20 GMT | 1 |
I have 2 excel sheets username sheet --------------- it contains just usernames in one column
|
| Grouping and moving worksheets by name using VBA? | 31 May 2006 20:13 GMT | 4 |
Is it possible to group sheets ending with a certain name and move them to a new workbook in my documents named by the name i am grouping by? Lets say i have 20 sheets each named "**** Today" where **** is a variable, is it possible in VBA to group all the sheets with name
|