| Thread | Last Post | Replies |
|
| VLookup if criteria matched | 17 Jan 2008 16:12 GMT | 1 |
I have a spreadsheet of some 12000 rows - some data in the columns is static - some will be entered by a user (who may also add additional columns) and the rest of the data will be imported from a seperate spreadsheet. I am not allowed to use access.
|
| ask user to select a target sheet as an input for a macro | 17 Jan 2008 16:07 GMT | 6 |
How or what is the vba syntax if i want the user to select a atrget sheet for a macro as an input?
|
| How to concatenate in macro across sheets | 17 Jan 2008 15:54 GMT | 12 |
I would like columns C & D to concatenate with a space and a comma seperating the two words in each of my many sheets. the columns remain the same all the time. How do i do this? i tried using the concatenate formula in my macro code but
|
| Executing a macro | 17 Jan 2008 15:43 GMT | 2 |
Can a macro automatically be executed by the changing of a cell value? I have someone who is a master sheet of data. He wants to split this sheet based on won/lost value in a cell. The data will be moved to a "Won" sheet or "Lost" sheet based on that indication of won/lost cell ...
|
| vlookup - table array in cell | 17 Jan 2008 15:36 GMT | 3 |
In sheets "Master" I have: a) cell A1 with name of sheet (Ex TEST1) b) this formula =VLOOKUP(C2,Test1!E20:H24,2,FALSE). If I change A1 in TEST2 I need to search Vlookup in it, so the formoula
|
| Scroll function in VBA | 17 Jan 2008 15:35 GMT | 5 |
My scrollwheel does not function as scroll in the VBA Code area, but in the Project Explorer it works fine Please Help regards
|
| trouble loading a range into a comboBox | 17 Jan 2008 15:33 GMT | 5 |
Can you tell me why when I run this userform that it erases the values in the range A1:A12? The userform initialize procedure runs but it erases the values in the cells A1:A12 and it doens't have the list in the comboBox but other than that it
|
| still get runtime error 424 | 17 Jan 2008 15:32 GMT | 9 |
Sorry, am I supposed to create a variable for the Listbox1.rowsource line? I still get runtime error. It can't load the listbox. It is just column A, for easy testing I just used the first few rows but I need all last names in the listbox.
|
| run time error 424 object required - how to load control on Userfo | 17 Jan 2008 15:30 GMT | 4 |
I know what the problem is but not how to solve it. The problem is there is a list on the worksheet that gets edited by the users so it has to stay on sheet 1. I need to capture this range and fill the list box. I have the variable range
|
| Is Pivot table the way to go? | 17 Jan 2008 13:15 GMT | 2 |
I'm writing a VBA script for Excel 2003 that takes information from multiple sheets and mangles the pertinent information into one sheet. All the sheets have the same format, just
|
| Pivot Table Deconstruction | 17 Jan 2008 13:14 GMT | 2 |
I have a massive file (over 200mb) with over a dozen seperate sheets all containing at least 3 pivot tables each. They all come from the same data source (a sheet with an external data query) and have multiple page, column and row fields.
|
| Excel Macro Help for Charts | 17 Jan 2008 13:09 GMT | 8 |
I am getting an error message when trying to have a macro create a chart. The following is my error message: Run-Time Error '1004' Unbale to set the xValue property of the Seris class
|
| Is there a fancy way to open a workbook in a minimized window stat | 17 Jan 2008 12:45 GMT | 2 |
I have written a VBA application that initially open 3 workbooks - one of them in a minimized state. The application then open several selected workbooks . Each workbook is minimized, modified and closed before the next workbook is opened.
|
| Formatting UserForm Text Field as Numeric | 17 Jan 2008 12:19 GMT | 4 |
I have a simple Excel database containing 12 columns and about 3000 records. One of the columns represents a simple Price field in which the numbers are formatted for 2 decimal places using the format
|
| Worksheet event to change formatting when date expires. | 17 Jan 2008 12:08 GMT | 5 |
I have a macro to trigger conditional formatting events in my worksheet, based on the cell text content in column D. I also need an event that will update the formatting if the date in column G is less than now, i.e. when it expires.
|