| Thread | Last Post | Replies |
|
| Help with SQL and ODBC Text Driver | 28 Sep 2007 20:09 GMT | 1 |
I have a tab delimited text file (over 300 variables, so I can't stick it straight into another Excel workbook) and I am trying to use ODBC to connect to the text file and pull values into an Excel file. The code I have so far doesn't seem to be picking up the field headers. ...
|
| HYPERLINK TO FILES IN A FOLDER | 28 Sep 2007 20:04 GMT | 4 |
I have image files contained in a specific folder, for instance, C:\ABC I have now an excel file contains all the file names in column A. How can I match the file names with that column and create hyperlink in each cell containing the file names ? I can create it one by one but ...
|
| use a variable for a worksheet name in a formula | 28 Sep 2007 19:40 GMT | 3 |
I would like to use a formula with variable to access worksheets (Like the VBA Worksheets(Range("a1").Value). I do not want to use VBA because I need the user to see the formula. My worksheets are named 'Input','Definition' . . .
|
| Deleting Values in a Row based on a Certain Criteria | 28 Sep 2007 19:34 GMT | 2 |
I am trying to import a worksheet that I copy and paste into a model. I need to erase the values in a specific row, in columns B thru G if the first 5 characters in column B contains the word "Total". I also need to erase the values in a specific row, in columns B thru G if
|
| Help, One form Closes another Form when closing itself... | 28 Sep 2007 19:26 GMT | 5 |
I have a form that loads when a workbook is open - call it 1st Form. 1st Form compares the current user to a list in the file. If they are not on the list, it runs the 1st line of code below which calls up another frmNotFound (aka 2nd Form) with some messages and buttons.
|
| How Do I list all range names in a worksheet | 28 Sep 2007 19:21 GMT | 3 |
I have a spreadsheet with over 1,000 range names. 90% are not valid anymore I woul like to list all the range names thes be able to have the vba code go through this list and delet all the ones that I tag as non needed thanks
|
| How can I remove leading zeros? | 28 Sep 2007 19:12 GMT | 18 |
I have a field with values "AAAA", "0AAA", "00AA", and "000A". I want to remove leading zeros on the ones with leading zeros. For example, "0AAA" will turn into "AAA". Can someone help me with the formula? I have tried using "Val" and "Str",
|
| Conditional Formatting help | 28 Sep 2007 19:07 GMT | 1 |
I am trying to do conditional formatting to change between three different color across the rows based on a column H. Column H has either 700, 800 or 900. If the rows has 700 in column H then the cells across the rows are highlighted in yellow, 800 in blue and 900 in
|
| Professional Excel Development Chapter 5 | 28 Sep 2007 19:04 GMT | 1 |
I am working through "professional Excel development" book by Stephen Bullen, Rob Bovey and John Green. I am stuck on a particular part, there is an add-in that automatically adds a tool bar that allows the user to "post to network". Every time I try to use the post to
|
| SUMIF | 28 Sep 2007 18:51 GMT | 1 |
Greetings all. I am trying to use sumif where the range and the sum range are the same. I want to have one cell, say H1 that displays the sum of all values in the range H7:H10000 where the value is negative. This is what I have tried, but I get the error box saying there is ...
|
| Macro Copying Rows That Change Dynamically | 28 Sep 2007 18:20 GMT | 2 |
I'm writing a macro for Excel that will copy large ranges of data and paste into a new worksheet preserving the historical data. The number of rows to copy changes dynamically on almost a daily basis. Is there a function that can be written into a macro to change the range
|
| Additem to ComboBox using the Column Property | 28 Sep 2007 18:18 GMT | 2 |
Hi I have been trying to add to a combobox column using ComboBox1.Column(0)=.Fields(0).value ComboBox1.Column(1)=.Fields(1).value but I keep geting an error can someone please point in the right direction.
|
| Want to get text entered in a Userform TextBox after hitting Tab o | 28 Sep 2007 18:02 GMT | 4 |
This is probably so basic I'll shoot myself but I can't get this simple command to work. Basically, I have an empty box that the user can type a string in.
|
| Ws Selection Change Event Code, Copy a Cell problem | 28 Sep 2007 17:38 GMT | 3 |
Hi All, I'm just getting my ankles in the water re: ws selection change event code. The sub below is doing what I want, re: selection.
|
| How to hold Macro running? | 28 Sep 2007 17:27 GMT | 3 |
Refer to the post in Worksheet Does anyone have any suggestions on how to hold Macro running until specific file being updated? When I run a Macro, in the middle of the process, I would like to hold Macro
|