| Thread | Last Post | Replies |
|
| refer to cells by number | 06 Dec 2006 22:15 GMT | 1 |
I'm a newbie to excel automation and could do with some guidance. I'm trying to set cell values using variables within office 2007 but the only method I can find to set values is via "Range" - and I can only appear to specify Range values if a column header is specified: eq. A2.
|
| Where does an "On error resume next" statement apply? | 06 Dec 2006 20:45 GMT | 1 |
If I put an "On error resume next" command in a macro, and it's in a sub called from another sub, does it end when the sub it was in ends, or does it still apply back in the parent sub? TIA
|
| Adding Extra Data Row to Chart via Macro | 06 Dec 2006 19:53 GMT | 3 |
I have a sheets with charts whose series, for example, go from A3 A11 (X) to B3 B11 (Y), another chart ranging from A6A11(x) C6C11 (Y) and so on.. Everytime I add a row of data I manually have to add the new point to
|
| Combobox will not fill | 06 Dec 2006 19:17 GMT | 2 |
I am a relative novice at VBA programming but here goes... In Excel, I am trying to fill a combobox ("ComboBox1") in a user form ("inputBox") through a dynamic named range in the "MasterDataSheet" worksheet of my workbook. The dynamic named range is named
|
| Losing data in controls (and arrays) during unhandled exceptions. | 06 Dec 2006 19:17 GMT | 4 |
I have a problem that's been plaguing me for a while now. I have a fairly complicated Excel (97) Workbook made to create html pages (it's a template for generating html in effect). The root of the problem is that list boxes and arrays
|
| Hide unbolded rows in specific column | 06 Dec 2006 18:03 GMT | 2 |
How would I write the code to hide only rows that do not have bolded items in column K ...
|
| Iterate through Names for text | 06 Dec 2006 17:55 GMT | 2 |
I need to search through the Named Ranges in a sheet and for the ones that contain certain text, in this case "IMP" then I need to set a conditonal format to the range. I have the conditonal formating part working but Im having trouble iterating through the names for the text
|
| userform and variable | 06 Dec 2006 17:34 GMT | 8 |
anyway to set a userform name to a variable i can use with <variable name> instead of with userform1, with userform2, etc?
 Signature Gary
|
| help needed | 06 Dec 2006 17:14 GMT | 4 |
I am trying to record a macro wherein I would just unprotect the sheet, correct a small error in a formula and then protect the sheet. I start recording, I unprotect the sheet, I correct the formula and the moment I press ENTER i get an error "Unable To Record"
|
| Select page tab when form opens | 06 Dec 2006 16:12 GMT | 3 |
I have a form that has a number of pages on it. How can I select which page to display when the form is opened? TIA
|
| Textbox query | 06 Dec 2006 15:47 GMT | 2 |
I am making a userform and I cant think how to get this to work. I am trying to add textbox2 value to textbox3's ie 2 + 6 = 8 Here is the code I am using. Sorry I have a bit of brain fade. TOTPEGS.Caption = TextBox2.Value + TextBox3.Value
|
| export xml source mapping | 06 Dec 2006 15:18 GMT | 1 |
I would like to export my excel worksheet to xml. For example, my excel data looks like this. Color Grade Red A
|
| Drag label position on userform at runtime - jerky movement | 06 Dec 2006 14:43 GMT | 1 |
I want to be able to drag a label (or other suitable control to act like a box) on a userform at runtime. I have written the following to do this but have these problems: 1) the movement is quite jerky - at times the label can even jump
|
| Sugestion for the Excel Guys | 06 Dec 2006 14:01 GMT | 4 |
It would be very nice if SheetsInNewWorkbook was one of the arguments for the Workbooks.Add procedure. Maybe I can do this somehow through my PersonalMacros Addin? Best regards,
|
| Macro help please. | 06 Dec 2006 13:17 GMT | 1 |
I am currently writing a macro for Excel and I have hit a problem. Here is my working Macro code. Sub dialight() Range("B1").Select
|