| Thread | Last Post | Replies |
|
| I am so confused! I need help with a check box and a macro. | 25 Mar 2006 22:20 GMT | 1 |
I am trying to have a check box control whether certain columns, rows and worksheets are hidden or unhidden. Over at the newusers forum someone gave me a macro that I have tried to modify to make this happen. Private Sub CheckBox1_Click()
|
| Help with retriving data from other closed Workbooks | 25 Mar 2006 21:09 GMT | 3 |
I have 3 workbooks(Service Techs 1-3) I keep records in. I have a 4th workbook (RECAP)that I want to retrieve from. The three workbooks each have worksheets that are labeled January - December. In the Recap Workbook I have a worksheet where I keep the information
|
| Know rowindex after filtering | 25 Mar 2006 20:50 GMT | 2 |
Via VBA i filtered a sheet. Basically i should have as result only 1 row. How can i know what is the rowindex (figure in the grey column margin e.g : 873, or 34245,...) ? thanks a lot,
|
| Creating xll files with visual c++ 2005 express | 25 Mar 2006 20:32 GMT | 4 |
Hello. I am trying to use visual c++ 2005 express to create xll files so I can use my existing code for custom excel functions. I have seen one thread where there was a discussion of the issues using xlcall.h and xlcall32.lib from the excel 97 sdk even with 2003 .NET C ...
|
| Populating one sheet with data from other sheets | 25 Mar 2006 19:57 GMT | 1 |
I'm having a bit of trouble (OK, a lot of trouble) writing some code. Here's my situation. My Workbook has many Worksheets with names like L1-3, F2-6, L2-3, R4-10, etc. I need to write code that will do the following: (I'll use a button
|
| Example of input or msg box requesting TWO pieces of info? | 25 Mar 2006 19:06 GMT | 2 |
I've used boxes that only deal with one item request. Is there a way to request to user input items? If so, can anyone point me to an example on the net? Thanks.
|
| How do we request number like "1" (1, 2 or 3 ...) in an input or msg box? | 25 Mar 2006 19:05 GMT | 3 |
I have a log that has a user input box for a start DATE. I'd like to do the same thing for the start DAY NUMBER. I tried modifying a date macro to input this number, but no luck so far with any attempts. The macro below should request a number
|
| Alternative to "On Error GoTo 0" that takes macro to last command? | 25 Mar 2006 18:00 GMT | 1 |
I've read and read on the archives but I'm obviously not plugging in right search terms as I'm not familiar with the required syntax to begin with <g>. Same with the help file. In box code below, there is a simple error handling "On Error GoTo 0".
|
| Recurring problem - user input date from messagebox doesn't get formatted correctly in secondary cells. | 25 Mar 2006 17:21 GMT | 3 |
I recvd the fabulous code below some time back for prompting users for dates which then gets dumped into the sheet. I've modified it several times and use it throughout several workbooks now and it usu. works perfectly.
|
| Copy Values From A Non-Open Workbook | 25 Mar 2006 17:19 GMT | 2 |
I wish to copy data (values only) fro Workbooks("A").Worksheets("A").Range("A") int Workbooks("B").Worksheets("B").Range("B") without opening Workbook A. Is this possible?
|
| Range - copy forumlas | 25 Mar 2006 17:11 GMT | 6 |
Hi I have a defined cell range(called simon) which currently covers cell A35 to A40. The size of the range can expand / contract depending on whether rows ae inserted / deleted. The cell the range starts can also alter.
|
| Highlite filtered items | 25 Mar 2006 17:09 GMT | 3 |
Howdy, Have a worksheet for entry, with a macro that copies filtered ranges to another sheet. Is there any way to have code to highlite only the cells in the pasted
|
| combo box with sheet names | 25 Mar 2006 15:55 GMT | 6 |
I want to create a combo box with sheetnames of w/book.how?
|
| Coding for custom footer | 25 Mar 2006 14:52 GMT | 2 |
I am trying to put 1 of 4 footers into the center footnote via a macro. Which footer that goes in depends on the scenario selected by the end user. The longest of the 4 footnotes is 198 characters. The left footnote is 56 characters. The right footnote is today's date and should ...
|
| ComboBox WorkSheet Trouble | 25 Mar 2006 13:54 GMT | 2 |
Im trying to add the name of each worksheet to a combobox but so far I'm having little luck, I want it to be done in this style: sub userform_initialize() For x = 1 to 30
|