A
Atif
using code I am a opening a worksheet (source), copying data & pasting in
worksheet (target). Target file contains code as well.
My requiredment is after copy/pasting, the source file automatically close,
keep in mind source filename keeps changing.
folloiwng code opens file
ChDir _
"\\ccgrp2.office.adroot.gc.net\OCt\Desktop Deployment\Backlog FY09
Project\Received Inventory Files\"
FName = Application.GetOpenFilename(filefilter:="Excel Files (*.xls),
*.xls")
Regards
worksheet (target). Target file contains code as well.
My requiredment is after copy/pasting, the source file automatically close,
keep in mind source filename keeps changing.
folloiwng code opens file
ChDir _
"\\ccgrp2.office.adroot.gc.net\OCt\Desktop Deployment\Backlog FY09
Project\Received Inventory Files\"
FName = Application.GetOpenFilename(filefilter:="Excel Files (*.xls),
*.xls")
Regards