| Thread | Last Post | Replies |
|
| Can Macro command to open files? | 18 Dec 2007 11:51 GMT | 1 |
can anybody help me with this? I need a command to add at the beginning of a macro which can be executed when my Excel file NAMES.XLS is opening. The macro should be part of NAMES.XLS This command should open another file named Q1.XLS
|
| How do i seperate colums when special pasting information | 18 Dec 2007 11:23 GMT | 1 |
I am pasting data into Excel from an external source by using special paste. This is working with no problems apart from all the data is going into one cell. How can i split it up into different coloumns.
|
| New to Macros | 18 Dec 2007 10:51 GMT | 1 |
I've been reading some things on the web about macros. I experimented a bet. I have a couple of questions. How do you make the macro apply only to a specific sheet? When I made my macro, not only was it in every sheet in my workbook, but when I
|
| code not working | 18 Dec 2007 08:21 GMT | 5 |
why does this code not work? ? ? or what have i missed out?? Private Sub CommandButton3_Click() If Me.TextBox1.Value = 74987 Then Worksheets("Bank View1").Activate
|
| Userforms in Excel 2003 | 18 Dec 2007 04:26 GMT | 4 |
How do I draw information from a cell within Excel and show this on a label/caption on a Userform?
|
| Run Code on Activate Sheet | 18 Dec 2007 03:33 GMT | 6 |
I have this code which works great: Sub Delete_blank_rows() Dim Lrow As Long Dim CalcMode As Long
|
| Not resetting all cells | 18 Dec 2007 03:07 GMT | 7 |
The following code works for the first ActiveSheet.ScrollBar1.Value command works, but the ActiveSheet.ScrollBar2-9 commands do not. The last 4 commands (ActiveSheet.Range("D10) through "D16" also work. Appreciate any help. Thanks.
|
| Accessing ranges with integer variables | 17 Dec 2007 23:07 GMT | 4 |
I need a snippet of code to implement the code show here, but using variables as the range argument. Worksheets("graphs").Range("A1:B200").ClearContents What I would like to do is replace "A1:B200" with an integer value (to
|
| referencing commandbuttons as OLEObjects | 17 Dec 2007 23:01 GMT | 2 |
I want to be able to manipulate and get information about a large number of commandbuttons using something like: x = Worksheets(2).OLEObjects.Count For b = 1 To x
|
| one per day password | 17 Dec 2007 22:38 GMT | 6 |
i got a workbook thats used on 5 machines on diffrent locations. the ppl using it are not all that computer litterate... at the moment i tell them to "alt" "t" "t" "p" to unlock the page if they need to manualy change anything in a locked cell. problem are they now erase
|
| Variable Series in graphs | 17 Dec 2007 22:18 GMT | 1 |
I have a problem with adding series to a newly created graph in VBA The ranges for my data need to be pulled from a variable amount of sheets, based upon the data I am currently working with. The array to obtain the variable values is in an array of integers
|
| click in a workbook | 17 Dec 2007 22:12 GMT | 1 |
I would like to create controls on different sheet. But have the event code in the main workbook. And have none in the worksheets. Is this possible?
|
| if an element in a row is true then copy whole row to another shee | 17 Dec 2007 21:42 GMT | 13 |
I'm working on this excel file. The sheet is called RawData and it has data from column A to K. There are 3 additional sheets called Mandatory, Voluntary and Global. How would you write a macro to automatically look at the first row in
|
| Excel Range In Word | 17 Dec 2007 21:20 GMT | 2 |
I wish to paste a named range from Excel into a Word Document using VBA. From Excel I have created a Word document as an object, but cannot understand how to use any of the Word VBA code I have recorded. In Excel I can easily reference the named range I require to insert, but how
|
| need a alternating password | 17 Dec 2007 21:16 GMT | 1 |
i got a workbook thats used on 5 machines on diffrent locations. the ppl using it are not all that computer litterate... at the moment i tell them to "alt" "t" "t" "p" to unlock the page if they need to manualy change anything in a locked cell. problem are they now erase
|