Macro's

  • Thread starter Thread starter Jay Fastiggi
  • Start date Start date
J

Jay Fastiggi

If I delete/remove a macro after the formula's have used the macro to
tabulate calculations, the next time a go into the file will the amounts
still be there? Or does the macro need to be in place at all times?
 
If it's a macro that places values (or builtin formulas) into cells, then you
don't need the macros.

But if it's a UserDefinedFunction macro (and there are cells that use that
formula), then you'd need that code. (Or convert those formulas to values.)

And when you're cleaning up the macros...

Debra Dalgleish has some instructions:
http://www.contextures.com/xlfaqMac.html#NoMacros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to record a macro within a macro 9
Upgrade issue? 1
moving rows to another sheet 3
Moving a bunch of data 1
Macro Stoped Working 2
Possible to do without a Macro? 1
VB Macro 5
XL 2007 Macro Security warning 1

Back
Top