| Thread | Last Post | Replies |
|
| Declaring subs Public vs Private | 19 Dec 2007 00:30 GMT | 9 |
When is it correct to declare a sub Public vs Private? What is the advantage?
|
| how do i empty the clipboard from within an excel macro | 18 Dec 2007 23:46 GMT | 5 |
My macro opens a series of files (approx 32) and copies information from them into the main file, closing the file with the information each time. The macro works OK, except each time it closes a file it requires manual intervention- asking if I want to empty the clipboard of the ...
|
| Trace dependents in protected sheet | 18 Dec 2007 23:14 GMT | 1 |
I have a worksheet where I would like the users to be able to use Trace Dependents. However, when I protect the worksheet this is no longer possible. So I was was wondering whether it is possible to create a macro which allow you to use Trace Dependents when a worksheet is ...
|
| Combobox problem, please help this novice! | 18 Dec 2007 22:51 GMT | 5 |
I hope there is someone who can help me solve a problem. I have a database sheet in excel called "datadga" I have a userform on which i have a multipage object with a lot of text boxes and comboboxes.
|
| Simple Question about combobox | 18 Dec 2007 22:42 GMT | 1 |
I have a combobox with 8 people names. I have it linked to cell D6. It works fine except when I click the 3rd name, lets say Tom, cell D6 shows up as 3, name 6 Maria shows up as 6 instead of Maria. How do I get D6 to match whatever name is selected in the combo box?
|
| Range help | 18 Dec 2007 22:13 GMT | 2 |
Hi all I have some Data in Coloum K I have Payment amount. I want to Search this and find the higest amount. Then whatever filed the higest amount is in go across to coloum c and take the value of that field I have some idea how it may go but just wanted to get better idear any ...
|
| Avoid Confirmation Questions | 18 Dec 2007 22:01 GMT | 1 |
How do I avoid this question: Do you wish to replace the contents of the destination cells in Pivot Table?
|
| Check for directory then create | 18 Dec 2007 21:58 GMT | 5 |
I have figured out how to have Excel create a directory and save a CSV of the current workbook. Now the macro hangs if the directory already exists. How do I check for the directory and create only if needed.
|
| Replace a cell (I2) with a cell (H2) if I2 = "a" | 18 Dec 2007 21:58 GMT | 1 |
I am trying to replace a cell I2 with a cell H2's contents if cell I2 is equal to the letter a. NOTE: The cell has the letter a preceeded by the single quote: 'a It, the single quote, of course is not visible, but when you look in the
|
| If - End if problem | 18 Dec 2007 21:23 GMT | 14 |
What is wrong with this? If locale = "P" Then Selection.Interior.ColorIndex = 3 Else: If locale = "L" Then _ Selection.Interior.ColorIndex = 6 Else: Selection.Interior.ColorIndex = 9
|
| (Reverse Union) Randomly draw address from Range | 18 Dec 2007 21:06 GMT | 3 |
I am looking to build a function that does the opposite of a union function. Put it in a loop that randomly draws a cell from a pre-defined range. And redefine what that range would look like after the draw. So for example lets say my pre-defined address is A1:Z400. I want the
|
| Method 'Columns' of object '_Global' failed | 18 Dec 2007 21:01 GMT | 2 |
In a normal Sub in a normal module (not run via automation) I have this line of code: Columns(8).NumberFormat = "@" Actually it is:
|
| Help with calling word reference from excel vba | 18 Dec 2007 21:00 GMT | 7 |
I have vba code in excel that calls on some functions of Word. I am using Office 2003 but my users are using either 2002 or 2003. When I add the reference from the vba editor, I am able to choose: Microsoft Word 11.0 Object Library (from my machine)
|
| Form/Input box | 18 Dec 2007 20:59 GMT | 3 |
I am a intermediate user of Excel. I don't know if this is possible but this is what I would like to do. I am going to a trade show that particpants will come to our booth and be able to register for a prize. They will only be able to enter once. But over the course of the 3 ...
|
| Associated Worksheets | 18 Dec 2007 20:56 GMT | 1 |
I have a an excel document that was created by someone that no longer works at my company. It has drop down menus that I need to modify and do not know how. Also when any selections in the drop down menu are selected the work next to the one I'm working in changes to the ...
|