| Thread | Last Post | Replies |
|
| Copy Data from one sheet to many based on column A | 24 Mar 2008 19:32 GMT | 7 |
Hello everyone. I have a data sheet that 14,000 rows long. In column A is the customer number. Then I have a "control" sheet, where I have a list of customer numbers to pull (copy) from the data sheet (A3:A20). Can VBA scan the data sheet, create a new sheet for all
|
| Find & Replace Dash | 24 Mar 2008 19:27 GMT | 7 |
I have a macro that finds and replaces "-" with text ("REP") in a particular column (in this example, C). My worksheet looks like this: A B C abc 123 abc
|
| SOS:why run error | 24 Mar 2008 18:45 GMT | 3 |
HI, I run this code ,but always error,why? how to change? Sub Macro1() Dim filename
|
| Missing blanks | 24 Mar 2008 18:19 GMT | 11 |
I modified a procedure which Phillip was kind enough to send me a short time ago. It does what it should but I have one problem which I cannot seem to get round. In column 8 the first 12 cells will always be blank, I cannot put anything in them in this situation so need to ...
|
| Lookup data for a range of dates | 24 Mar 2008 18:00 GMT | 1 |
Hi, I wish to use some data in my excel 2003 that will allow me to see data for a range of dates. In this case I have the first column as dates going back a few years, across the top employees names.
|
| Change sheet name based on cell value from another sheet tab | 24 Mar 2008 16:36 GMT | 2 |
I have a "menu" page in a workbook that contains a table of numeric values 1 to 15 that represent the default sheet tab names in this workbook. I want the user to have the option of changing this list of values to a more meaningful text description, then have the corresponding ...
|
| Hidden Userform | 24 Mar 2008 16:29 GMT | 8 |
Excel 2003 Win XP I have a large (physically) userform one control of which calls another (smaller) UF. Sometimes the smaller form, when called, appears on top of the larger one
|
| Automated Process that Updates all Spreadsheets in a Folder | 24 Mar 2008 16:27 GMT | 1 |
I was wondering if there is a way to automate a process that automatically runs a VB module which updates all spreadsheets in a folder. I have created VB code that copies columns on a current worksheet (sheet 1) and transposes them onto a new worksheet (sheet 2). I would like ...
|
| checkBox & ListBox on ToolBar... | 24 Mar 2008 15:44 GMT | 1 |
Is that possible to have an checkBox and/or ListBox on the toolbar.... so the code bellow will be run if checkBox is check, and listBox pointing to currency...
|
| mailing from excel - For each cell - already in use - error | 24 Mar 2008 15:43 GMT | 3 |
i am trying to send mail from excel file Name mail id check body John 1 xxxx@xxxx.com yes this is to remind you...1 john 2 xxxx@xxxx.com yes this is to remind you...2
|
| format calling cell | 24 Mar 2008 15:30 GMT | 3 |
When calling a macro from a cell in excel, how can I set the format of that cell to use for instance Date dd.mm.yyyy ? Do I need to supply location of the cell I want to format (using Range?) ? Would appreciate any example.
|
| Is there any way to collapse/expand codes in VBA editor? | 24 Mar 2008 15:25 GMT | 3 |
How to expand/collapse the codes in VBA programming window? is there any plug-in or software to make it? thanks!
|
| Personal Macro Workbook | 24 Mar 2008 14:16 GMT | 1 |
Hi I know that the Personal.xlsb file is stored in the C:\Users\user name\Application Data\Microsoft\Excel\XLStart folder of each computer in Vista/Office 07
|
| Identity Specification | 24 Mar 2008 14:09 GMT | 1 |
I have a PK column defined with. Identity Specification = Yes Is Identity = Yes Identity Increment = 1
|
| Adding an alarm | 24 Mar 2008 14:04 GMT | 2 |
Hello I need some help. I have a sheet and in the cell C4, the start date of a temporary vendor is entered. Cell D4 has a formula to work out the date which the vendor expires (+ 60 days)
|