• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA to copy formula from source to destination workbook without source workbook name

baleshst

New Member
hi,

I have written a code to copy formula from source to destination workbook

Source workbook: Data for Budget FY18.xls

When VBA copies the cell from above source to destination workbook

the destination workbook gets the following formula.

=C13*$D$5*'[Budget With GST v2.xlsb]BUDGET'!B$212

Is there a way the above highlighted source file name is not included in the destination workbook.
 
Back
Top