| Thread | Last Post | Replies |
|
| Macro doesn't run under Vista | 27 Aug 2007 11:58 GMT | 1 |
I've written a nice little set of macros in Excel 2003 which run flawlessly on XP (tested on multiple XP machines), but freeze up as soon as I click run on a vista machine. Is this just a Vista thing??
|
| Using ADO to Query Excel | 27 Aug 2007 11:41 GMT | 2 |
My question is the following: - I use VBA in Excel, and would like to use Excel itself as a data source (Using ADO). I'd like to keep a table in excel and use SQL expression power to manipulate the data in the table (selection, grouping, filtering.),
|
| how to copy workbook names and worksheet names to columns in acces | 27 Aug 2007 11:26 GMT | 4 |
Please how can I copy or insert the filename (workbook) without the .xls extension in the first column of the access table and the worksheet name (worksheet tab) in the second column of an access table? Please I am working on a cost accounting document of
|
| How do I select the 2nd sheet from the Right in this code Q | 27 Aug 2007 11:18 GMT | 9 |
The code below e-mail's (thanks to Ron de Bruin) out two sheets "Summary Report" and a second variable sheet, which below shows 26/08/07, but this changes every week, thus I'm looking to place the appropriate code below that would select the 2nd sheet to the right of
|
| A Pictures Puzzle | 27 Aug 2007 10:43 GMT | 3 |
I have some thumbnails (all .jpgs) which I am trying to insert into rows in a spreadsheet. All are reported by Windows Explorer to have a Width of 60 pixels and a Height of 100 pixels. Using various programs all look to be exactly or nearly exactly the same size. But when I ...
|
| Formula to get number | 27 Aug 2007 08:23 GMT | 6 |
I have the following Serial No check Digit 40212463794 4 40212463802 2
|
| How to determine order of row fields in pivot table | 27 Aug 2007 05:35 GMT | 1 |
I need to determine the order of row fields in any given pivot table. Problem: I don't know how. For an example please refer to http://www.cpearson.com/excel/pivots.htm on C.Pearson's site.
|
| Overriding the overwrite confirmation prompt | 27 Aug 2007 03:12 GMT | 2 |
Is there a way to modify the line below so that if the file "Project Status.txt" already exists, it will automatically be overwritten without prompting the user to confirm the overwrite? ActiveWorkbook.SaveAs Filename:="Project Status.txt", _
|
| a defined name not working in Excel 2007 | 27 Aug 2007 02:48 GMT | 3 |
I have a third party workbook containing VBA scripts that works in Excel 2003 but not in Excel 2007. The VBA script contains this line : directoryName = Range("directory").Value where directory is a name that references a cell. Excel 2007 gives me "Can't
|
| Search for Partial File Name | 26 Aug 2007 21:22 GMT | 4 |
I am writing a macro that will open a number of workbooks in the same folder, one at a time. The workbooks will have a uniform naming convention, like Book1_June_Bob.xls, Book2_June_Tim.xls, etc. In the macro I want to loop through the folder, looking for a workbook where
|
| Load Add-Ins | 26 Aug 2007 21:12 GMT | 3 |
I'm simply trying to load an add-in when my wkb opens and then run a sub that resides with the add-in. CODE 1 resides in my test.xls file. When I open it, it gives an error "sub not found" error on the line that has "Call showMessage". The sub showMessage() is the only sub within ...
|
| Help with Macro | 26 Aug 2007 19:28 GMT | 1 |
I have a table with thousand of row of data. The column consists of part# and operation, etc.... Within the data rows, there are multiple rows with same part#, but at a different operations in numerical 10 to 999. I would like to create a macro
|
| Some Help Please to Translate an Excel Macro into VB.Net Code | 26 Aug 2007 19:12 GMT | 3 |
I am building an Excel spreadsheet using VB.Net code. I want the vertical alignment for all cells to be "Top". To know what code I'd need I turned on macro recording and went through the manual process. I got the following result ...
|
| Format Date in Save AS function | 26 Aug 2007 18:54 GMT | 3 |
I am receiving a strange error message when trying to run the below script: ActiveWorkbook.SaveAS "c:\Daily Reports for DP\NPP_" & Format(Date, "mmddyy") The error i get highlights "Format" and a msg box says:
|
| No Blank Cell | 26 Aug 2007 17:12 GMT | 6 |
I am looking for a macro to not let blank and select the cell before printing.. Thank you.
|