| Thread | Last Post | Replies |
|
| Open "Find" Userform | 19 Sep 2007 07:47 GMT | 1 |
Can anyone please tell me how to open the built in "Find" command in Excel, with a macro Thanks in advanc Axel
|
| Importing CSV just like Excel opening CSV | 19 Sep 2007 04:30 GMT | 5 |
Fellow peeps I have some CSV files exported from Requisite Pro. When I just open them from Windows, they come in fine. When I try to import them through VBA, the formatting is different and
|
| Need macro to add 100 years to a cell's date | 19 Sep 2007 04:28 GMT | 4 |
I am using Office 2003. I know how to write a formula in a new cell and set it equal to a different cell's date plus 100 years. I can then copy new formula and paste special to original cell. But I sure can't figure out how to do this with a macro. I am thinking I declare a ...
|
| Subtract 5 minutes from Now() | 19 Sep 2007 03:43 GMT | 6 |
If A1 = 5 How can I display a Date/Time [A1] minutes earlier than Now() Chuck
|
| Excel phone number formula | 19 Sep 2007 01:50 GMT | 3 |
Let's say you have a phone number in a cell with the following format: (555) 555-1212 Ext. 0000 How do you make that to be 55555512120000? Thanks!
|
| Protecting & Unprotecting worksheet | 19 Sep 2007 00:58 GMT | 3 |
I have a worksheet that when the user checks a certain checkbox certain rows and checkboxes are hidden. This sheet needs to be protected, but when I protect the sheet and click on the checkbox I get an error in the code that hides the rows. Works fine when the sheet is not ...
|
| userform question | 19 Sep 2007 00:50 GMT | 1 |
greetings! i've got a macro which requires user input in the form of a userform, consisting of combo box, and "OK" and "cancel" buttons, then takes the selected info and continues to run code. my question is: when the cancel button on the userform is chosen what code
|
| Spread macro | 19 Sep 2007 00:41 GMT | 1 |
I am trying to Do a spread Macro for budgeting. I want to specify a column when a number is entered and I hit the Macro button that number would be spread in the same row in 12 (months) columns
|
| Here's one for the masters | 19 Sep 2007 00:40 GMT | 1 |
I have a mixture of old and new systems. I need to automatically save a .dif file as an .xls. Is there a way to automatically say.. run a macro to open the file in Excel then save it? This of coarse would have to be done without user intervention. A batch file or scheduled ...
|
| If Then Statement | 19 Sep 2007 00:20 GMT | 2 |
I have a worksheet where column 7 & 8 are populated by the user selecting an item from a drop down box. Both columns have code allowing the user to select multiple items from the drop down box. Is there anyway (ontop of the current coding) to only show certain items in
|
| Count? | 18 Sep 2007 23:41 GMT | 2 |
I would like to know if I there is a way to count the number of times a value in a cell changes. I have a spreadsheet that reads in data from a "PLC" and the data changes throughout the day, what I am looking for is a way to count the times that "value" in the cell changed. ...
|
| Using VBA - create array - parse values - find differences | 18 Sep 2007 22:35 GMT | 2 |
Hello Excel Group, I have a question (Excel 2003 and VBA). I have a worksheet with a column of dates,times, and values. the first col has a date (13-Sept-2007), the second col has a time
|
| Histogram | 18 Sep 2007 21:43 GMT | 2 |
How can one create a Histogram, given the data in an array, and other parameters (Binsize, Max and Min), without using the frequency funtion of Excel? Any help would be appreciated.
|
| VLookup Function in VB | 18 Sep 2007 21:42 GMT | 5 |
Why does this not work: Sub TEST() Dim TESTVAR As Integer Sheets("DataQuery").Select
|
| Run time error 9 | 18 Sep 2007 21:38 GMT | 1 |
I am running macros in a spreadsheet as part of a questionairre. As one of my questions pops up, I type in a client name or I click on the tabs at the bottom and select a cell that should populate information in my spreadsheet. Now it is erroring out and will not let me ...
|