Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First time poster, but longtime reader... Stumped with a level of
functionality that I'd like to put into a custom application. I've built a program that allows users to setup templates for converting existing spreadsheets (things like moving data, adding cells/formulas, changing formatting, etc.). Each conversion step can be manually setup through the program's UI or through forms directly inside Excel. The one feature that I'd like to have is the ability for a user to record their set of custom steps (as a macro) and let my program grab the code from the created macro and store it with the template in a database. It can then be reloaded and run when a spreadsheet is converted using said template. I've got the functionality to get the code through VBIDE, but stumped on getting the process started. So, I've hunted and hunted and there's the RecordMacro function which is misleading since it really doesn't do anything unless the recorder is actually running... I can't find anyway to programmatically start the recorder... it's not an object that I can see... I don't want to have the user start the recorder because (ideally) I'd like to be able to default the name of the macro to what I want. I'd like there to be a way to do what I want and maybe I'm just going about it wrong... Appreciate any help anyone can offer - even if it's some sort of third-party tool. This program was written in VB6 and this would need to apply to Excel 2000 and XP at the least with application to Excel 2003 beling a plus! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
Code for Access file manipulation from Excel | Excel Programming | |||
Excel 4 Macro Recorder | Excel Programming | |||
Macro Recorder | Excel Programming |