1
   

Request Macro help-only know how to create using record

 
 
Terrie
 
Reply Fri 5 Nov, 2004 02:25 pm
Edit (Moderator): Moved from General to Computers



Hi everyone. Was wondering if I could get some help with a Excell Marcro project I am working on. I don't know the best way to creat a macro and our IT here can't help.

I have create a rather large marco on a rather large spreadsheet. The only way I know to create a macro is to record all of my keystrokes. I did that and then used copy/paste to edit.

If this is the correct place for me to go to ask my macro questions please let me know. If not, please let me know where I can go. I don't really want to waste your valuable time explaining my question.

Thanks !!!
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 581 • Replies: 7
No top replies

 
Frank Apisa
 
  1  
Reply Fri 5 Nov, 2004 03:00 pm
bm
0 Replies
 
Terrie
 
  1  
Reply Fri 5 Nov, 2004 03:25 pm
Does bm mean something?
0 Replies
 
mac11
 
  1  
Reply Fri 5 Nov, 2004 03:29 pm
Welcome to A2K, Terrie. I'm sure a knowledgeable person will come along and help you out.

BM means "bookmark" - used when someone wants to find the thread again. Once you've posted anything on a thread, it shows up under "your posts".
0 Replies
 
Terrie
 
  1  
Reply Fri 5 Nov, 2004 03:37 pm
Oh... ok, thanks,
0 Replies
 
Frank Apisa
 
  1  
Reply Fri 5 Nov, 2004 03:49 pm
Welcome to A2K, Terri.

I shoulda explained rather than just marking.

I'm interested in the answer myself...so whatever you learn, I'll learn at the same time.

Craven will be along soon to 'splain about macros...I'm sure.
0 Replies
 
jespah
 
  1  
Reply Fri 5 Nov, 2004 06:05 pm
I generally create macros through keystroke recording. If it works, why change it?
0 Replies
 
Kedge
 
  1  
Reply Thu 11 Nov, 2004 10:16 am
You can create the macro by recording your keystrokes or you can key the code in by hand.

If you are attempting to make a long an complicated Macro I would suggest breaking the tasks you want the macro to do down into parts. Record 1 macro for each part.

You can then cut and paste all the macro's together into one big macro.

OR

At the end of the first macro you can put a line in to call the next macro (like a sub procedure)
by putting the following code a the end of macro1
Code:Call macro2


In this example when Macro1 finnishes it will start running Macro2. That way if you need to debug your code you can find which part is causing the probs and just fiddle with that macro (subprocedure). Rather than having to search through masses of code.

Hope that helps, any probs just shout.
0 Replies
 
 

Related Topics

Clone of Micosoft Office - Question by Advocate
Do You Turn Off Your Computer at Night? - Discussion by Phoenix32890
The "Death" of the Computer Mouse - Discussion by Phoenix32890
Windows 10... - Discussion by Region Philbis
Surface Pro 3: What do you think? - Question by neologist
Windows 8 tips thread - Discussion by Wilso
GOOGLE CHROME - Question by Setanta
.Net and Firefox... - Discussion by gungasnake
Hacking a computer and remote access - Discussion by trying2learn
 
  1. Forums
  2. » Request Macro help-only know how to create using record
Copyright © 2025 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 07/10/2025 at 02:39:17