| Thread | Last Post | Replies |
|
| How to display a picture when a cell value changes | 22 May 2007 03:15 GMT | 2 |
I am wanting to setup a spreadsheet to work something like a database. I want a name to be selected from a list (I can make the list many ways, not a problem) and then that persons picture appears on the spreadsheet. How can I go about setting something like this up?
|
| copy worksheet from inactive workbook | 22 May 2007 02:50 GMT | 1 |
I want to copy an entire worksheet from an inactive workbook without opening it. Would someone be so kind as to talk me through this? For more background, I am having the user enter a list of file names; I want to automatically copy a certain worksheet (same name each workbook) ...
|
| Format code no longer works | 22 May 2007 00:25 GMT | 5 |
Hi All......... I've used this line of code in past workbooks and it worked fine for appending a date on the end of a filename Fname = Fname & Format(Date, "_Mmm_dd_yyyy")
|
| Problem using Autofilter | 22 May 2007 00:15 GMT | 1 |
I have come across a strange problem while using the Autofilter in Excel Macros. I have to Filter my data based on two columns. In One column i need to place the filter with Entries equallying #N/A. And in the second one
|
| Assign recordset to variable | 21 May 2007 23:57 GMT | 4 |
Good evening (european time!), Excellers, One of my user-defined functions connects to excel with ADO to retrieve some data (from a closed file). Can I assign the retrieved recordset to a variable for further editing in another sub? I get an error message at
|
| How can I programm function in a Macro | 21 May 2007 23:41 GMT | 1 |
I want to learn to create a personal macro; I readed about lear Macros in the help, but i dont know the especific function to program a Macro
|
| macro to find and change text within a range of cells... | 21 May 2007 23:36 GMT | 3 |
Hi all-- I'd like to be able to select a range of cells, search that range for any cells that contain a number (format is set to "General"), and then, if a cell contains a number, change the Format to "Text" and then add a space
|
| set and then select | 21 May 2007 22:02 GMT | 5 |
Hi group, I am doing a find for text. I thought i had to Set as a range, then do the "Find" then select it, but I am getting an error. This is the code I have that produces the Error:
|
| How to add a leading zero | 21 May 2007 21:58 GMT | 4 |
Hi I have a column of numbers - (telephone numbers actually) and I need to add a leading zero to each one. Is there an easy way of doing this other than converting each number
|
| XLA and Listbox.rowsource | 21 May 2007 21:54 GMT | 2 |
I am trying to fill a listbox with data from a hidden Add-In Sheet. I have tried a lot of things: listbox1.RowSource = ThisWorkbook.Names("NWD").RefersToRange.Address(1, 1, , True)
|
| Multiselect Listbox/ command button | 21 May 2007 21:50 GMT | 2 |
I have a multiselect listbox where users can select different options that will eventually be graphed. There's is no code for the list options. I used the properties boxes for the listbox. I want the user to be able to press a command button after they've finished their ...
|
| Array Maintaining its values after execution | 21 May 2007 21:19 GMT | 3 |
Apologies for starting a new thread, however I could not see a means of adding to the existing discussion http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/ thread/81c60da27259942/c4c92231919ed6bd?lnk=gst&q=array+after+code+execution&rnu m=1&hl=en# Unlike ...
|
| Paste Special If Statement | 21 May 2007 21:11 GMT | 10 |
I want to be able to create a macro where if you click a button it pastes values from say column Q to column C. However, I only want it to paste the info. over if the number in the first row is not zero. If it is zero, the macro will do nothing. Every data set I am looking at ...
|
| Copydown | 21 May 2007 20:40 GMT | 4 |
I'm trying to write a small macro just to automate an uploading process. Now I'm not sure of the command to use but I want it to autofill down but only to where the info stops. For example, A B C
|
| How to locate Cell in which control resides | 21 May 2007 20:30 GMT | 5 |
I need help getting VBA to recognize the cell in which a checkbox resides. Is there a way to know the cell position based on the location of the control. The code I am using is: With ActiveCell.Interior
|