| Thread | Last Post | Replies |
|
| Generating an Excel document with a Macro | 22 May 2007 08:46 GMT | 1 |
I'm generating an excel program using VB from an Access Document. What I'd like to have also is a macro in the generated excel document which is incerted into this document via the access code. For example, supose my access document generates an excel document with a single
|
| Cannot put control on the form | 22 May 2007 08:45 GMT | 5 |
As soon as I try to put a control on my form, I get this message: The control could not be created because it is not properly licensed This is not the case with standard controls which are on the toolbar by default (label, textbox, etc).
|
| Moving the cursor | 22 May 2007 08:15 GMT | 3 |
I would like to move the cursor to the first or any coloumn in the same row writing a macro. Can anyone help. Thanks in advance
|
| Copy Last Row and Paste as last record | 22 May 2007 06:08 GMT | 2 |
I have 2 spreadsheet (A & B) with same column headings. I am trying to put a macro button in Spreadsheet A in which it will 1. copy the last row of data in Spreadsheet A 2. paste the row of data as last record (first empty row) in Spreadsheet B
|
| Getting SQL data into Excel | 22 May 2007 06:02 GMT | 1 |
Can anyone give me a simple way of providing third parties with an excel spreadsheet with command buttons that would pull in data from stored procedures in my online sql database, with the connection properties "hard coded" so that they cannot see them - ie I don't want
|
| Get Name of Macro Initiator | 22 May 2007 05:54 GMT | 8 |
I have many graphical buttons on a sheet with different names/properties but all initiate the same macro. I need the macro to get the name/properties of the initiating button. Is there a "who started me" value I can get?
|
| Find the cell that is the option button is on it | 22 May 2007 05:49 GMT | 8 |
Hello, For example I have 400 option buttons, so i want to find on which cell they are. I mean, if option button is on cell (2,2) I want to know this.
|
| Array Randomly Sorted | 22 May 2007 05:17 GMT | 4 |
I need to create a sub procedure to do this: (1) load a range (i.e. B2:G2) of numbers from a sheet into an array. (2) randomly sort this array (3) paste this resorted array back to the original location.
|
| inserting and copying rows over multiple sheets | 22 May 2007 04:56 GMT | 1 |
I am trying to insert and copy rows over multiple sheets, here is what i have: Sub SetParam() '
|
| Web Query Formatting rows -> columns. | 22 May 2007 04:41 GMT | 1 |
I'm having a problem where I have a web query looking at an XML file. When it spits it into the spreadsheet, its formatted in rows. The problem is, it doesn't have enough space to spit out the whole feed. I need it to be formatted into columns. It needs to do this
|
| Macros / using on other computers | 22 May 2007 04:38 GMT | 2 |
I have set up a macro to automatically save and promt the user to PDF the worksheet and print on a set printer on the network, it all works well on my computer but on others computers the links to the printer don't work or PDFing the file don't work, how do I fix this. An ...
|
| Watermarks in Excel | 22 May 2007 04:37 GMT | 1 |
With MS Word (97-2007) you can place a command (see below) in the header or footer (Ctrl-F9) that will tell your printer with PostScript drivers to put a watermark on the page. Can you issue a PostScript print command in an Excel header or footer? (I
|
| When I select a specific .XLT I want it to populate w/Access Form | 22 May 2007 03:51 GMT | 1 |
I have created a userForm in Access. When I open a specific Excel spread sheet I want this form to open. Basically, on-open populate excel with the UserForm. This is an entry program to format the spread sheet based on user entry in form.
|
| Sorting based on Heirarchy or recursive | 22 May 2007 03:31 GMT | 1 |
Hi Im totally new to Execl.I have a table which shows which emp is dependent on his superior.I want to sort it hierarchially. Example table is like this EmpId Dependent ID level
|
| Const Fails to work | 22 May 2007 03:23 GMT | 5 |
Const AFile as string = "C:\xxxxx\xxxxx\xxxx.mdb" placed at the top of a standard module but fails to show in the procedures other than the top procedure. Any ideas why??
|