| Thread | Last Post | Replies |
|
| File Save As through VBA | 27 Jun 2006 18:15 GMT | 1 |
I have a command button in my excel file after clicking on which it does some calculations. I need a small piece of code at the end of my code which will save a copy of that file (Save As) in C:\ with the current date and time (eg.
|
| Access to another excel instance? | 27 Jun 2006 18:01 GMT | 2 |
I am running an excel-vba which requires the user at a certain point to manually export an excel file from a different software. The problem is that this exported file opens up (automatically - which is how it is supposed to be) in a new excel instance meaning it is not part of
|
| If Pivot Table Exists | 27 Jun 2006 17:47 GMT | 4 |
I am looking for VBA code that simply returns a boolean value based on whether a pivot table exists in a worksheet. Code I have come up with is below:- Dim ws as Worksheet
|
| How do I map several item into an item | 27 Jun 2006 17:45 GMT | 1 |
I have over 2000 account numbers, each with it's own account balance. However, I need to map some of these accounts together such that their balance is consolidated. e.g. If i have 5 accounts viz 111,222,333,444,555 each carrying a balance of 2. I need to map these five accounts ...
|
| Offset from a variable column to a fixed column | 27 Jun 2006 17:45 GMT | 2 |
I'm trying to put together a macro that will take a value from one cell in a row, and then move it to another cell in the same row. The originating cell is going to vary, but the receiving cell is going to be in a constant column in the same row. I know about using offset to move ...
|
| Importing all the .txt files of a folder in a same WB but in different WSheets | 27 Jun 2006 17:37 GMT | 3 |
I have a question very closed from closed subject (IMPORTING 100 TEXT FILES INTO EXCEL AT ONCE, WITH LABELLING): How to import all the .txt files from a folder, and import them in seperate worksheets? I mean : I have several txt files and I would like to have them imported, each of
|
| Printing VBA | 27 Jun 2006 17:19 GMT | 2 |
I have searched hi and low for an answer and hoping that soemone can help me. I have an Excel workbook that will protected so that no changes may be made to it with the exception of myself and 2 others. The workbook needs a print button that will only print of Task pages (ie page ...
|
| Negotiating Cells in Specific Order | 27 Jun 2006 17:19 GMT | 3 |
I have an array of unlocked cells that constitue a range: e.g. d7 h7 d8 h8 d9 h9 h10 c12 f12 I would like the TAB and ENT keys to always negotiate the range in an explicit way.
|
| An array of Cells? | 27 Jun 2006 17:15 GMT | 6 |
Is there anyway to easily set up an array of cells, wherein each element of the array would be a cells object? Do I need to set up a class or is there something in Excel that already does this? Im using Excel 2002.
|
| Associative arrays in VBA? | 27 Jun 2006 17:03 GMT | 2 |
I wonder how do *real* VBA Gurus (TM) implement an associative array. I do it like this: - create array of keys - create separate arrray of values
|
| Outlook Express - how to send value of a cell... | 27 Jun 2006 16:49 GMT | 3 |
trying to set up a code so to send the value of a cell in an email message as an event gets triggered - just the value of a single cell to paste it on the message not the full worksheet. Found this
|
| Toolbar seperator line | 27 Jun 2006 16:47 GMT | 3 |
What is the code to put a seperator line, between buttons, on a toolbar or command bar, that is created in vba -- Desert Piranh
|
| Wrong number of arguments or invalid property assignment | 27 Jun 2006 16:42 GMT | 1 |
I see There are a couple like these and eah one has a different answer. Everytime It gets to Range it falls over, it does this with all macros that i have recorded that use a referrance to range. Any suggestions? Sub tidypasting()
|
| Email value of a cell in Outlook Express | 27 Jun 2006 16:33 GMT | 1 |
trying to set up a code so to send the value of a cell in an email message as an event gets triggered - just the value of a single cell to paste it on the message not the full worksheet. Found this
|
| RefEdit in Class Module Problem | 27 Jun 2006 16:29 GMT | 6 |
Excel 2002, Windows XP Version 2002, SP1 I have a RefEdit control on a UserForm that has both Change and Exit events working without a problem. I subsequently defined a Class module that would contain a RefEdit control and moved the UserForm's
|