| Thread | Last Post | Replies |
|
| macro slows down | 21 Jan 2006 23:35 GMT | 1 |
just wondering if anyone has seen this this happens in all cases, but here is an example: i loop through about a dozen workbooks, opening, copying some data to a report workbook, and closing it.
|
| Cancel on INPUTBOX macro causes error | 21 Jan 2006 23:28 GMT | 7 |
I have the following snippet of code (thanks to someone here) Public SummaryMin As Date Public SummaryMax As Date Public SummaryDate As Date
|
| Calling a Macro from module | 21 Jan 2006 23:14 GMT | 2 |
I have Public Sub Unlockbuttons() Macro recorded in a module. How do I execute this macro from within code in a userform. I'm using this code: If Sheet6.Range("f49") = 0 And Sheet6.Range("f59").Text =
|
| Macro file save as, saving sheet not workbook | 21 Jan 2006 22:39 GMT | 15 |
I am using the below routine, which I found in this newsgroup, but instead of saving the file as Postingsum011706.iif, it renames the current sheet, I don't want to change the worksheet name, I want to change the file name for Postingsum plus date, which is located in
|
| LastSavedDate | 21 Jan 2006 22:28 GMT | 5 |
I have a list of file names with their full name (ie Path + Name) in column A. 50 files total. Is there a macro or funtion that I can return the last saved date for each file in column B and the time it was saved in column C? Thank you for your help.
|
| Thanks to LEITH ROSS and to KEN JOHNSON | 21 Jan 2006 22:22 GMT | 1 |
LEITH, KEN, thank you very much for your help to me, on ActiveCel Address in macros. Bless you. AC
|
| Delete Sheet | 21 Jan 2006 21:36 GMT | 1 |
I want to delete a sheet from workbook without any instructions o message box. When i try to delete the sheet it ask "Data may exist in the sheet(s) seletion for deletion. To permanentel delete the data, press delete."
|
| Capturing trendline parameters | 21 Jan 2006 20:26 GMT | 3 |
When a linear trendline is added to a chart, the linear equation which best fits the data can be displayed. It takes the traditional form of y=mx+b. Is there any way to programatically capture the values of "m" and "b"?
|
| TextBox value | 21 Jan 2006 20:09 GMT | 2 |
I have a Userform which has a one Multipage with a spreadsheet and one Frame with two Textboxes. At the moment I have a value which is displays on the spreadsheet (say A1) and the same value also displayed on one of the Textbox. But when I close the programme down, it does not ...
|
| what is array size limit in VBA? | 21 Jan 2006 20:02 GMT | 1 |
I'm running Excel 2003 in Windows XP. I have 256MB Ram on my PC. I needed to create a 1 dimensional array using VBA macro programming with more than 32768 array elements. When I try to read more than 32768 data points I get an overflow error. I'm very surprised about this ...
|
| auto fill help needed | 21 Jan 2006 19:57 GMT | 1 |
I need to generate a sequential number list, but I need it to skip every 13th number. I am starting with # 2343
 Signature gotzoom
|
| Table sorting questions | 21 Jan 2006 19:28 GMT | 1 |
I'm fairly new at this and could really use some assistance with an Athletic Score Sheet. Here's the situation, simplified: Worksheet1 has columns as shown. Column X's values are based on a formula, not just values.
|
| open print dialog (File ---> Print...) | 21 Jan 2006 18:24 GMT | 1 |
How can i do that by VBA? I just want to get the print dialog of the sheet2... seems easy but i can't figure it out bye
|
| BeforeSave | 21 Jan 2006 17:37 GMT | 2 |
I have a file that is used by another person in their directory. When they save the file I do various tests on values of certain range named cells and if all the values are ok then that means the file is basically in good order and I want a copy. The issue is they sometimes ...
|
| Is this possible? | 21 Jan 2006 16:18 GMT | 10 |
Hey Everyone, I will use one row as an example, however, there is a huge range I'm dealig with. VBA UserForm Question-
|