RicksAtWork
Programmer
Whenever I copy a range from a worksheet to another worksheet, with VBA, the columns widths change.
Is it possible to stop this?
Range(deskResearchRangeString).Select
Selection.Copy
'Paste To new Sheet
Windows(ExportWorkSheetFilename).Activate
countryWorkSheet.Paste
Is it possible to stop this?
Range(deskResearchRangeString).Select
Selection.Copy
'Paste To new Sheet
Windows(ExportWorkSheetFilename).Activate
countryWorkSheet.Paste