| Thread | Last Post | Replies |
|
| Copy sheet without macro | 23 Jan 2006 16:03 GMT | 2 |
I have VBA code which will take a copy of the activesheet, save it and create an Outlook Drafts folder item with the saved workbook attached. My problem is the original workbook is interactive and has vba code on the "before_doubleclick" event of the sheet. I do not want the ...
|
| Import Text File w/ VBA | 23 Jan 2006 16:02 GMT | 4 |
I am trying to set up a macro to import a specific text file based on the information the user puts into specific cells. They imput the company, division and date and this generates a path & filename in a cell in the spreadsheet. How can I get that path & filename into the macro? ...
|
| Combo box won't transmit "blank" | 23 Jan 2006 15:50 GMT | 2 |
I'm using a combo box (from the Control Toolbox) to allow data-entry into a range of cells. There's just one combo, which is shifted about to appear on the current cell, using code adapted from a solution at contextures.com:
|
| List of VBA Data Types | 23 Jan 2006 15:27 GMT | 5 |
Does anyone have (or know where I can locate) the list of VBA data types and their descriptions? Really what I need is just this: Data Type Name Possible Values (and decimal accuracy)
|
| Select region | 23 Jan 2006 15:26 GMT | 2 |
I've not got used to programming excel. I'm trying to select the bottom right cell and then select the current region in order to do a sort of the first three columns without headers. I'm obviously getting it wrong!!!
|
| Min and Max Values on Chart | 23 Jan 2006 15:17 GMT | 1 |
Is there a quick (and easy) way of determing the minimum and maximum values of data points on a chart? I have multiple lines on a chart and want to be able to find the min value and the max value. Thanks.
|
| Excel and word macro - | 23 Jan 2006 15:09 GMT | 12 |
I have some experience with making macros in excel, however never don it with word. So some guidance would be nice. What I’m trying to do is... See attached file (picture). The picture is an example of a reference to a journal. My documen
|
| Why is this a incorrect statement? On the surface it appears corre | 23 Jan 2006 15:06 GMT | 1 |
The following statement causes an error message, but it appears (to me) to be ok. The statement is Range("A1").Value = 5, and the error message is "A value used in the formula is of the wrong data type"
|
| Copy from text box | 23 Jan 2006 14:52 GMT | 6 |
I want to use a macro to copy data from a text box to a cell. To copy the contents of TextBox10 on sheet "Customer Info" to cell B43 on sheet "Answers" I have tried recording a macro whilst highlighting the text and then manually copying it, but that doesn't work. I have also ...
|
| Delete command button ? | 23 Jan 2006 14:46 GMT | 3 |
I have a command button on my worksheet. I can't delete it from the woorksheet, and I don't know why. Have anyone an idea who to delete the button ?
|
| magic scissors | 23 Jan 2006 14:32 GMT | 2 |
I took a file and i added some code to eliminate the "do you want to save ...before closing" message box. A pretty minor change. Well adding this code made the file size go from 104K to 79K - it some how choped off 1/5 of the file size. Does anyone know why this would happen?
|
| String Parsing : Best Methods : VBA | 23 Jan 2006 14:25 GMT | 1 |
Anybody, with any advice / suggestions on what is the best methods /practices on parsing strings. I have a really huge string, that provides a major performance Bottleneck while reading through. Right now I split it by a delimiter, fill it into a Variant and run through
|
| Output list based on value in a cell | 23 Jan 2006 14:24 GMT | 2 |
I hope someone here can help. I have next-to-zero experience with Excel macros. I have a large spreadsheet that was used to track workshop attendance for several people throughout 2005. It has names in Column A and
|
| text to Column and amount from -ve to +ve. | 23 Jan 2006 14:16 GMT | 3 |
I export data from other prog. To excel and converting to text to column. I have fields like Date, Ref No., Item, Opening Bal, Pending Bal. In my Opening Bal, Pending Bal. column some amount comes in – (-ve) and some comes in + (+ve) I want to convert –ve amount into +ve and ...
|
| How to: assign a value to a cell without selecting the cell first | 23 Jan 2006 14:16 GMT | 4 |
Its clear that I am still a newbie... In VBA, how do I assign a value to a cell with out first selecting the cell? In pseudo code I would describe it as "Assign the value 5 to the cell in location x".
|