How do I edit a formula as part of a macro?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to record a macro that will paste stuff from another work sheet,
then update the formulas by adding the items that are in the pasted part to
the ones that were already there. Whenever I try to do it the macro stops
recording until I get out of the formula.
 
You've reached the threshold that separates recording macros and
writing code from scratch. From here, to update a formula in a cell,
you'll have to know how to parse strings of text- basically taking the
formula apart letter by letter, and replacing old elements with new.
Can you give an example of the old formula, and what has to be updated?
 

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

Back
Top