| Thread | Last Post | Replies |
|
| run-time error '438' | 28 Jan 2006 15:23 GMT | 2 |
i have a commandbutton on an excel worksheet. on my operating system the code bellow works but on another computer it prints : run-time error '438' can you help me to solve this problem? Sub CommandButton1_Click1()
|
| VBA Editor | 28 Jan 2006 14:30 GMT | 4 |
Why macro dont work in Excel 2003 Application.VBE.MainWindow.Visible = True Pierre
|
| Mac VBA compile error - Help! | 28 Jan 2006 12:09 GMT | 3 |
Hopefully, someone has seen this & knows a work-around - it's making me crazy. I'm developing a set of macros (on Win/XP) and testing them on iMacs. When I open the workbook, I execute (from the ThisWorkbook.Private Sub
|
| Searching for link: Bob Phillips expose on NAMES | 28 Jan 2006 08:10 GMT | 2 |
Can someone kindly provide me with a web link to Bob Phillips treatise on NAMES? Haven't had any luck with google search. Thanks.
|
| Running Macros without opening file. | 28 Jan 2006 06:56 GMT | 2 |
I have a big Excel file and a macro which processes this Excel file and spits out a text file. Is it possible to run this macro without opening the Excel file? Opening a 100MB excel file takes time and doing it 100 times over is not fun...
|
| How to auto extract data from TELNET and enter in excel | 28 Jan 2006 05:42 GMT | 5 |
I need to take 700 addresses telnet to them / menu through 3 pages then extract the data from three area's and place it into an excel spreadsheet automatically. This involves 700 multiple IP address, login (all should be same), password (same), entering menu option 1 twice then ...
|
| Macro working on my pc but no one else's | 28 Jan 2006 05:31 GMT | 8 |
Ok, so I write myself a macro at home in excel xp, which works beautifully. I send it to myself at work, where I have excel 97. Still works beautifully. I send it to the person sitting next to me, whose computer was built on the same image as mine and also has excel
|
| VBE acting weird - help | 28 Jan 2006 05:25 GMT | 1 |
1st, am not a guru, but not a newbie either. I do 50 lines of VBA a month. 2nd, I have an active case with MS re VBE killing a workbook, all after I upgraded to SP2.
|
| how do i use a combobox in a cell? | 28 Jan 2006 04:39 GMT | 2 |
i want to add a combobox in a cell, and when i drag it down, want that it applies to the next cell as well, like what normally happens when we drag down a formula... I saw in someone's excel sheet that this combobox appeared only when we
|
| interesting interpolation | 28 Jan 2006 03:48 GMT | 11 |
G'Day guys, need some help with this code. am trying to do a graphica interpolation by VB. I have attached a simple example of what I need. The values column nee
|
| add button to standard menu bar | 28 Jan 2006 03:22 GMT | 2 |
I remember reading a post on how to add a standard button (say... the Bold button) to the menu next to the Help menu. But I've looked around and I can't find that post anymore. I don't need to do it programatically, just manually. Thanks.
|
| Command Button question | 28 Jan 2006 03:20 GMT | 7 |
I'm fairly new at XL programming and I need a bit of help. I have a worksheet that contains, among other things, 5 command Buttons. Part 1: The 40+ lines of code in each button is identical, except for some range references. ( eg cmdA, cmdB ...etc refer to Range(D5:E25),
|
| Copying comments text to a cell using vba | 28 Jan 2006 03:07 GMT | 2 |
Is it possible to copy the contents of a comments box to a cell on a different sheet using VBA?
|
| First Empty Cell? | 28 Jan 2006 01:21 GMT | 2 |
I currently have this in part of my Sub, which basically selects a range from the active cell to the last nonempty cell. Range(ActiveCell, ActiveCell.End(x1Down)).Select Question: How do I get it to select the first cell that is empty?
|
| First Empty Cell? | 28 Jan 2006 01:12 GMT | 1 |
I currently have this in part of my Sub, which basically selects a range from the active cell to the last nonempty cell. Range(ActiveCell, ActiveCell.End(x1Down)).Select Question: How do I get it to select the first cell that is empty?
|