No need to apologize, we've all been there at one time or another.
I suspect one cause of confusion is numerous files named "MB18" in numerous folders because you couldn't test anything ahead of time from the 'real' location without moving or renaming other files.
Here's what I would do: (edit: or would have done)
copy "Copy MB18.xlsm" to the folder you want to use,
rename it to "MB18.xlsm"
Run the macro, there's only one in the workbook... Sub Setup_for_NewYear()
Now the MB18 and MB19 must remain in this folder for the linking formulas to work.
If you should move them, you'll need to update the path to MB18 in the formulas of MB19.
ope that helps.
From the beginning I have made a point of separating all MB18 files into a separate folder and as an extra precaution appending numbers to their name, all in an effort avoid confusing the macro.
I just moved the file with the most current data to the folder I have always kept the MB files in and removed the appended numbers I'd put in the name.
I then opened the MB18 file, cleared the Security warning, opened the editor, found the macro, and pressed F5.
I got the prompts generated by the macro, and watched the data clear from the Master sheet. Then came the "Connect to
d.decs.live.net" window, prompting for a password.
I entered my MS.live PW and,
this time, it worked! But nothing seemed to be happening after the window closed, so after a minute or so I closed the workbook and checked the folder. There were two files in the folder MB18 and MB19. The former was empty, the latter was as well, including the Budget sheet whose cells only contained $0.00. So no data was imported.
The formula in the address field was as shown
='
https://d.docs.live.net/585de67c78938385/Documents/Office
when I clicked on it it displayed
OD/Condo/[MB18.xlsm]Master'!T23 with T23 in the cell.
I know that is the address of the data in the MB18 Master sheet, which should have copied over
So what happened? Did the data get copied after it was deleted? Which would account for the zero amounts. Also, why did the data get cleared from the saved copy of MB18?
I wondered if it was possible that the Security protection was interfering with the process so I set "Macro Settings to the least (not recommended) protection to "Enable all macros", and tried again, but it didn't help. Oddly I actually found the Security warning on the MB19 sheet, in spite of turning it off in MB18. I also tried F9 in the Budget sheet.