| Thread | Last Post | Replies |
|
| Issue with creating a specific macro where two conditions exist | 20 Sep 2006 20:34 GMT | 2 |
I am trying to create a macro where apon clicking a commandbutton in a user form assigned to a specific defintion it will go directly to a specific cell within a specific range. For example if the user named Brian Monaghan clicks on the button for the definiton of analytics I ...
|
| Assign variable to a worksheet ? | 20 Sep 2006 20:25 GMT | 3 |
How do I assign a variable to a worksheet ? I have a form into which I want to enter a number such as 2467 and when I click on a command button in that form I want the number "2467" to become the variable "myclasssheet" to work with the following command.
|
| Finding string and color the found string | 20 Sep 2006 19:51 GMT | 1 |
I tried to find a string in selected cells with the following code with no success: Sub Findstr() Dim myStr As String
|
| Disappearing Public Variable | 20 Sep 2006 19:42 GMT | 8 |
I declare a Variable as Public (to preserve its value throughout code execution) eg:- Public MyText As Variant (this is done in a Standard Module) Then in a UserForm I have:-
|
| Delete Sheet event? | 20 Sep 2006 19:31 GMT | 2 |
Is there a way to see if user selects "Delete Sheet"? I am trying to delete custom doc properties attached to that sheet when user delete a sheet - how do I trigger this event? I don't see any ID number for "Delete Sheet"
|
| Defined names in Macros | 20 Sep 2006 19:27 GMT | 1 |
This is frustrating me to no end... I feel like it must be something simple and I am missing it. I have names defined in my worksheet which are defined as calculations. I want to use those name (calculations) in my Macro's to display a
|
| Macros Excel 2003 | 20 Sep 2006 19:22 GMT | 1 |
While recording a macro, I need to pause the recording and then restart. I can not find a way to pause recording and I'm not good at all with visual basics editor.
|
| VBA Worksheet Function Question | 20 Sep 2006 19:02 GMT | 2 |
I am trying to setup my Worksheet to only Enable buttons when there is a date present in cell B2. The script I have below works, but has some issues. Message box comes up twice, etc.. This is part of a Large Workbook with many macros the users steps thru.
|
| Change an empty cell back to a blank cell ... | 20 Sep 2006 18:23 GMT | 3 |
I have a spreadsheet with a large expanse of empty cells. However, because I used a vlookup command and copied out the results as their values, then returned the results to the same locations, cells that APPEAR empty do NOT register as blank. Any sugesstions how I can return
|
| syntax error in case statement? | 20 Sep 2006 18:22 GMT | 1 |
There is a syntax error, it stops on the On error go to errorhandler line. At one point there was a mention about needing a select in the case but now it doesn't do that. THANKS!
|
| Overrule/Replace | 20 Sep 2006 18:19 GMT | 2 |
I have a row where I will be using tally marks. I only want one tally per row but it is based on a progression to track steps in the process. So if they have reached the next step they can just put a tally (an X) in the new cell and it will auto replace the previous
|
| Events with diniamically added controls | 20 Sep 2006 18:13 GMT | 4 |
I have an application in VBA were I dinamically add several controls to a form. Im creating arrays of variables of type Control to access the added controls, for ex: Set ctrl_graph(i) = page_id.Controls.Add(add_chkbox_string, "ctrl_graph" & i)
|
| Check for Primary Key | 20 Sep 2006 18:06 GMT | 2 |
Here a QA program that I have in Excel. the user clicks a button then this program loops through all the mdb files in a folder on our network. Each database has the same 12 tables but the databases all have different names. The program does a query on each table---just a ...
|
| how to select a sheet by name | 20 Sep 2006 17:53 GMT | 3 |
How can I go to a sheet by name, for example I have a=0 (a is a string, not integer) and a sheet named 0. How can I select the sheet using variable a? Thanks for the help!
|
| Defined names in Macros | 20 Sep 2006 17:53 GMT | 1 |
This is frustrating me to no end... I feel like it must be something simple and I am missing it. I have names defined in my worksheet which are defined as calculations. I want to use those name (calculations) in my Macro's to display a
|