VBA help
I am writing a Macro that adds rather large formulas to cells, I decided to save myself some time by first recording the outline of the macro with dumby forumlas () and then adding the real formulas into the code editor.
Here is the desired formula:
Here is the desired macro:
Where dumby formula is "=IF(Banana=Bana,"""",Poop)".
Now, when I replace the dumby formula with the real formula above I get a compiler error that say 'end of statement' and the debugger highlights the "None" in the formula. Whats the deal and how can I fix it?
Bookmarks