| Thread | Last Post | Replies |
|
| Poor performance in summing up values on another worksheet | 11 Dec 2006 10:14 GMT | 3 |
The following code takes 4 seconds per cell to complete the four lines between Message Box C and D or between D and E. These lines total from the current worksheet (Calc4) into another worksheet (Summary). I have tried to tune the code as best possible. If anyone knows of a ...
|
| Hw to write a macro to calculate values | 11 Dec 2006 10:05 GMT | 3 |
I want the following workflow module: A + B - C = D A B C D 10 10 05 = 15
|
| calling external routines | 11 Dec 2006 09:57 GMT | 2 |
I've just converted and old Quickbasic program into excel but i'm stuck on 1 problem which I'm not even sure can be done. I want to call and run an MS DOS batch file from within a VB macro. Precisely the batch file is called "importdatafiles.bat' and all it does is
|
| Creating a User Defined Class / Object | 11 Dec 2006 09:56 GMT | 2 |
I am fairly new to VBA and am working on a project where a simple Object structure could be useful. Most of my previous scripting has been with php and javascript, both of which blur the distinction between Classes and Objects so I am pretty fuzzy on it myself.
|
| positive value | 11 Dec 2006 07:09 GMT | 1 |
is there any code that will allow me to retreive just the values of the number and ignore whether the value is -ve or +ve.eg -3 return 3, 3 return 3
|
| Textbox appearances. Format as $ and %. How? | 11 Dec 2006 05:19 GMT | 6 |
I have a few text boxes on a userform that display values for allowances, however $10.00 displays as 10 with no "$" and no 2 decimal values. Also a 0.09 is displayed in another textbox, however i want it displayed as "9%".
|
| Shorten code to apply to all sheets except a few, instead of individually naming them, and later adding to code. | 11 Dec 2006 05:14 GMT | 3 |
Code that solved a previous post from Tom for me: ~~~~ Dim sh as Worksheet for each sh in Thisworkbook.Worksheets
|
| HOW DO I DISPLY DIFFERENT VALUES IN ARRAY'S TO ONE COLUMN? | 11 Dec 2006 05:12 GMT | 1 |
having trouble consolidating the different values from 10 columns on 10 sheets to one neat list on the 11th sheet without having to sort them after they are compiled. Is there an auto sorting way for consolidating?
|
| How do you SETFOCUS on TextBox | 11 Dec 2006 04:34 GMT | 7 |
I have two MODELESS UserForms and I need to have the Textbox1 come up with the Focus when UserForm2 is Activated. Also, I need to leave UserForm2 Loaded so I just use SHOW and HIDE. The PROBLEM: When UserForm2 is LOADED (Button1), Textbox1 DOES come up with the Focus. However, ...
|
| Save as Read-Only | 11 Dec 2006 03:39 GMT | 1 |
I have a folder that contains numerous excel files. What I would like to do is loop through the folder and make all the files read-only with the read-only password being "test". I can create the loop code, I'm just having trouble with the read-only piece. Can one with more ...
|
| UsedRange.Rows.Count value | 11 Dec 2006 03:34 GMT | 5 |
Dear Reader I using UsedRange.Rows.Count to find UsedRange row number. Sometime, I need adjust the value. Do you know why ? How to delete all the rows in worksheet. As a result
|
| delete rows using VB | 11 Dec 2006 03:19 GMT | 4 |
I know there's a million posts here on how to do this but since I'm such a newbie, I don't know how to modify them to my explicit need. I have a spreadsheet where I need to delete each ROW where the total in Column O =0. I need to start the macro on Row 15 (due to headers) and ...
|
| User Form pop up with a beep? | 11 Dec 2006 03:12 GMT | 4 |
I'd like a User Form to make the same beep as a MsgBox makes when it pops up. I tried the word Beep in front of my User Form show, but I got no sound. Don <www.donwiss.com> (e-mail link at home page bottom).
|
| Still Need Help Repositioning Comments | 11 Dec 2006 03:09 GMT | 4 |
I'm trying to position Comments above the cell they relate to. When running this code, (trying different numbers for Top, Left), the comment only appears repositioned when I right click the cell and click "Edit Comment", i.e. in edit mode. Thus, the code isn't working. I need ...
|
| Save As | 11 Dec 2006 03:06 GMT | 2 |
I have this code that suppose to doa Save As Action, it goes trough the motion, but no file is saved. ' Start Save As File Prior To resetting Msg = "Save File Prior to Resetting the Form!"
|