| Thread | Last Post | Replies |
|
| IRM and Sorting | 28 Nov 2007 06:31 GMT | 3 |
Is it possible to restrict change access to an Excel document and still give the ability to sort? Thanks! James
|
| how to extend columns | 28 Nov 2007 06:11 GMT | 1 |
how to extend/increses the columns numbers after IV column, our requirements is to add more columns for program to run from imported work sheet. need sugesstion how to extend the columns in single work sheet
|
| Need macros in file to be available, but don't want file to open | 28 Nov 2007 04:49 GMT | 4 |
I have an excel file holding a number of macros that I would like to be able to access whenever excel is open. I have saved this file at C: \Program Files\Microsoft Office\OFFICE11\xlstart. Now, when I open excel, this file opens. However, I don't want the file to open, I just
|
| Problem with transfert between Sheets | 28 Nov 2007 04:22 GMT | 3 |
I have every time the same error on the same instruction, the instruction is in a module and the error is Run time error 1004 Application-defined or objet defined error The fonction is :
|
| Option box for running a macro | 28 Nov 2007 04:08 GMT | 10 |
I have 2 macros which I would like to combine into one. Basically I would like the user to start the macro (push a button) and a window/balloon or something will pop up with the choice of option 1 or option 2. Choosing option 1 will run macro 1 and choosing option 2 will run ...
|
| Help with formula | 28 Nov 2007 03:41 GMT | 2 |
I need to write a formula that calculates quarter for dates i.e. if cell D3 >12/31/2006 and <4/1/2007 then "Q1" and so on till Q4.
|
| Help with formula | 28 Nov 2007 03:40 GMT | 2 |
I need to write a formula that calculates quarter for dates i.e. if cell D3 >12/31/2006 and <4/1/2007 then "Q1" and so on till Q4.
|
| Unlocked cells become locked on paste | 28 Nov 2007 02:36 GMT | 1 |
Using Office 2003 and Windows XP; I have a form that has some locked cells and some unlocked. I want to protect the file or sheet (which ever level is right) so that users can paste special - values into an unlocked area of the sheet (i.e. not
|
| Pass an array | 28 Nov 2007 02:17 GMT | 5 |
How do I pass an array to a sub routine? Dim HeaderArray(1 to 6) as long HeaderArray(1) = 43 HeaderArray(2) = 90
|
| Help with array | 28 Nov 2007 01:35 GMT | 3 |
I seem to be missing something. I see examples where a variable is used to define an array. When I try it (below) I get a message it has to be a constant. I would appreciate the guidance. I obviously don't understand something.
|
| Find numeric characters found within cell text and convert to hyperlink | 28 Nov 2007 00:42 GMT | 1 |
Scenario: IF a cell in column D, contains *any* number within *any* text, then convert *each* number to a hyperlink. In my spreadsheet I have:
|
| Vba - conditional formating | 28 Nov 2007 00:25 GMT | 2 |
Is it possible to write some code to disable condtional formatting and then later to on re-enable conditional formatting.>?
|
| My Type Library is not complete | 28 Nov 2007 00:21 GMT | 4 |
Dear friends I used ' Office12\EXCEL.EXE ' as type library fo connecting to the excel automation . But this type library dose not support properties and methodes which
|
| Floating Button | 28 Nov 2007 00:08 GMT | 7 |
Is it possible to have a button float, and move as the sheet scrolls down or up? I use a long sheet and use a button with a macro and would like it close to the cursor.
|
| Check path and files | 27 Nov 2007 23:52 GMT | 4 |
I need to check for drive "U:\" and if it does not exist then it will be in drive "C:\". the path will be the value of a cell, I have it as MyCSJ = Range("csj")
|