| Thread | Last Post | Replies |
|
| listbox, topindex, and an extra click event | 21 Mar 2006 18:45 GMT | 2 |
I have a userform with a text box and a listbox. As the user types into the text box, I use the textbox_change event to see if the partial entry (I use LIKE and a wildcard) has a match in the listbox, and if so I use the listindex and topindex properties to select the match and ...
|
| For each picked entitiy in a list box... | 21 Mar 2006 18:28 GMT | 8 |
Hi I have never used a list box, with VBA before.. How do i do it when the list box can have several marked choices... i want my macro to add text is certain cells, depending on what i picked of the list in the list box.
|
| Link cell to Label Caption | 21 Mar 2006 18:00 GMT | 2 |
So, I want Cell A1 to equal the value in lbl1.Caption. I tried: Code ------------------- =lbl1.Captio
|
| Web query and special characters | 21 Mar 2006 18:00 GMT | 1 |
I have a simple HTML data dump which has special characters: áéíóúñ In the HTML source I placed <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> When I download this table, all the accents are translated into unprintable
|
| how do I hide rows in excel based on values input on sheet ? | 21 Mar 2006 17:12 GMT | 1 |
need to hide certain rows based on values entered elsewhere on the sheet - please assist
|
| Save As code | 21 Mar 2006 17:06 GMT | 4 |
I am looking to automate my daily Save As. I create an updated workbook every day that needs to be saved with a name and Date. The name XYZ is the same, but it is followed with a Date that is located in Cell B2 of sheet ABC. Does anyone know if I can create a macro that will ...
|
| if condition true then move a whole row to another sheet | 21 Mar 2006 17:02 GMT | 1 |
I have an excel workbook which contains 3 worksheets - Order, Pending & Complete - each sheet is exactly the same layout and header row i would like to automate the following: if on the Order sheet "Complete" is entered in column H then move whole row
|
| Deleting rows to a defined point | 21 Mar 2006 16:55 GMT | 2 |
I would like to delete all rows from row 7 to the row number of the range LastLine, which refers to a single cell. Any suggestions?
|
| Macro moves data and more!!! | 21 Mar 2006 16:51 GMT | 2 |
I am using the following macro to move data from one sheet to another, call it from A to B. The problem is that it doesn't just move the 500 rows of data from A, it also appears to move every blank row below the data which lists as zeroes when the data is moved over to B. This
|
| how to write excel in macros through which mail has to be sent via outlook | 21 Mar 2006 16:25 GMT | 8 |
I am not good with macros, i would like to see few examples which can generate e-mails from excel. i have to send the status report to various persons Please help
|
| Restrict Data Entry to only 4 possible entries | 21 Mar 2006 16:25 GMT | 2 |
Hey folks, Anyone know of a way to restrict data entry in a cell to one of onl four total possibilities? More specifically, is there a non-vb solution to restricting users from inputting anything into a cell wit
|
| Restrict Data Entry to only 4 possible entries | 21 Mar 2006 16:19 GMT | 1 |
Hey folks, Anyone know of a way to restrict data entry in a cell to one of onl four total possibilities? More specifically, is there a non-vb solution to restricting users from inputting anything into a cell wit
|
| Avoid prompts with QueryTables | 21 Mar 2006 16:18 GMT | 5 |
I am a VBA beginner and have managed to pull together an MS Access query using the QueryTables feature. However, each time I run my code, I get a dialog box asking me to select the database. I would like the code to proceed without any user interaction once it's started. How ...
|
| www.registryfix.com ? | 21 Mar 2006 16:17 GMT | 5 |
There is a free download at the above named site that apparantly will solve a vast number of memory problems that occur. HAS ANYBODY TRIED IT? What do you think of it.
|
| Restrict Data Entry to only 4 possible entries | 21 Mar 2006 16:13 GMT | 1 |
Hey folks, Anyone know of a way to restrict data entry in a cell to one of onl four total possibilities? More specifically, is there a non-vb solution to restricting users from inputting anything into a cell wit
|