Hello,
I'm attempting to auto-fill a formula that has been converted to VBA.
Rather than going through the tedius method of manually rewriting the formula to be filled via VBA, I used the auto-record method.
Trouble is, rather than running smoothly it is returning the following error before even reaching the auto-fill portion of code:
"Run-time error '1004':
Application-defined or object-defined error"
All my single-line formulas are working just fine, but the following two are getting the same error (I recognize the 2nd is a mammoth. If the problem with the 1st is fixed, I should be able to repair the 2nd on my own):
Any help will be greatly appreciated. And before anyone offers it, I did double-check that it' susing the ..." & _" syntax for long vba code. I couldn't find anything more for multiple lines of code in a formula.
Bookmarks