| Thread | Last Post | Replies |
|
| Reference a VBA Query from Access | 26 Apr 2007 20:32 GMT | 4 |
In one macro I would like to get external data from Access, and use that data. I am able to perform an Access query on its own, but it doesn't seem to update until the macro is finnished. This means that I cannot reference the data the I am calling. While the macro is running ...
|
| Paste to a new workbook | 26 Apr 2007 20:22 GMT | 1 |
I have a button on a userform. When the user clicks said button it copys the page and pastes it into a new workbook. My dilemma is that it does not format the columns the same as the source. I have tried recording a macro where I select that particular option from the paste
|
| AutoShape .. tooltip? | 26 Apr 2007 20:08 GMT | 1 |
Is there any way to apply a tooltip (i.e. popup message when you fly over it) to an autoshape? Wanting when my user moves his mouse over an autoshape - to get a hint of what it is? Any/all pointers greatly appreciated.
|
| verify state of option button | 26 Apr 2007 20:05 GMT | 3 |
I have a group of four option buttons on a userform. The user is required to check select one of them. What can I put in my code to verify this. What I currently have is below but it does not seem like it is the most efficient way of completing this task as I have this
|
| Type Mismatch? | 26 Apr 2007 19:57 GMT | 3 |
I'm working on a program that copies each line of a source sheet, and depending on the first cell in the row, pastes it into one of 2 or 3 other tables on a different sheet. A userform (uf1021Mid) asks the user for the info needed, including the location on the source sheet
|
| Open File based on filename in cell | 26 Apr 2007 19:55 GMT | 4 |
I am using a combo box / Vlookup to populate a cell -say C3- with file name. I want to use this to open the selected file. myFile = Selection.FormulaR1C1 Workbooks.Open Filename:=myFile
|
| Copying Range based on condition from workbook 1 to workbook2 | 26 Apr 2007 19:47 GMT | 1 |
Hi evryone i m new 2 vba n excel m trying to solve some problems as a part of my problem i want to copy range of data whenevr the difference of the activecell and cell
|
| Reset my object variable myRng1 with each loop | 26 Apr 2007 18:28 GMT | 3 |
I'm setting in my FIRST Worksheet an object variable myRng1 by using code line: Set myRng1 = Application.InputBox("Highlight the range you wish to Extract", Type:=8) This extract range ($P$80:$P$84) will remain the same for all successive
|
| UserForm, a Multipage and printing... | 26 Apr 2007 18:21 GMT | 6 |
I know this is possible... I just don't know how to go about it because 'PrintForm' won't work... I have a print button on the bottom of a UserForm. On that same UserForm, I have a MultiPage with 9 tabs. They all contain more information than can be
|
| e-mail single sheet using a macro | 26 Apr 2007 18:17 GMT | 1 |
Hi, Am trying to e-mail a single sheet of a worbook to various people that i have listed on another sheet in the same workbook. Am using excel 2007. was using a macro made by a friend that doesnt work in 2007. when activated the
|
| Last used row problem | 26 Apr 2007 18:16 GMT | 1 |
Through the valuable contributions of the MVPs and other members of this group, I've learned a lot over the years- so thank you to everyone for your ongoing participation and assistance. One thing I picked up here was the following code to find the last used row:
|
| Insert Pic Which User Chooses into Comment | 26 Apr 2007 17:52 GMT | 1 |
I have this code...but I need to edit this code so the Insert Picture Dialog box comes up and the user finds the picture...not how it currently reads...this would automatically put a picture in without a users choice....
|
| Help transfering code. | 26 Apr 2007 17:00 GMT | 2 |
On my desktop I have a master excel file. It contains code in ThisWorkbook, SHeet1, Sheet2, Sheet3, Sheet4, Sheet5, and Sheet6. In a folder called excel on the server (F:\excel) are 6 more simular excel files named Test1 through Test6. The code contained within those files are ...
|
| Macro elapsed time bar (same as download time elapsed bar) | 26 Apr 2007 16:58 GMT | 2 |
I was wondering if anyone know how to program into a macro a time-elapsed bar showing the time left for a macro to run. I don't know the proper name for this feature, but is the same seen when you download something. You will see a horizontal bar that is filled in increasingly ...
|
| Check for a value before importing a row | 26 Apr 2007 16:58 GMT | 5 |
I have two workbooks: Source and Destination. I use the following code to import a single row of data from Source workbook, "Copreco Daily Reading Submission" Sheet 1, into the Destination Workbook, Copreco Master Log, Sheet "Daily Reading Master Log"
|