N
nycjdc
Hi,
I want to, with the click of a button, copy into my open workbook a
worksheet from a closed workbook.
For example, open workbook is called openwb, source worksheet is called
Kenny, in workbook called Master.
Within openwb I want to be able to call a macro that:
extracts from Master a COPY of the worksheet called Kenny
overwrites unconditionally a worksheet named KennyCopy in my openwb.
Ideally, the contents that get written to the Kenny ws in openwb are
_pasted_ values because Kenny in the Master workbook is a huge number
of formulas and I'm only interested in the values in openwb.
In no way, will it be tolerated to have the chance of corruption of the
Master file, so ideally a temporary copy of Master workbook would be
used.
Is there a short macro that can be written to achieve the desired
effect?
Thank you for any suggestions.
I want to, with the click of a button, copy into my open workbook a
worksheet from a closed workbook.
For example, open workbook is called openwb, source worksheet is called
Kenny, in workbook called Master.
Within openwb I want to be able to call a macro that:
extracts from Master a COPY of the worksheet called Kenny
overwrites unconditionally a worksheet named KennyCopy in my openwb.
Ideally, the contents that get written to the Kenny ws in openwb are
_pasted_ values because Kenny in the Master workbook is a huge number
of formulas and I'm only interested in the values in openwb.
In no way, will it be tolerated to have the chance of corruption of the
Master file, so ideally a temporary copy of Master workbook would be
used.
Is there a short macro that can be written to achieve the desired
effect?
Thank you for any suggestions.