Inconsistency in export to .xlsm file using template file Works for one user, does not for another.
Hello Folks,
I have a question. I was able to export to .xlsm file using template file which works fine. We are exporting to a shared folder. For one user, the export works fine with column frozen at Column G with column A,B,C,D,E,F visible.
For another user, export does not seem to work . A,B,C,D columns are hidden.
Not sure about the inconsistency in export behavior. The users are not computer savvy.
I am a bit confused, Can some one please direct where to look and possible hint to resolve this inconsistency in export please?
SUB ExportToWorkSheetRevised
' on error resume next
Dim RowCount Dim lngLstCol Dim lngLstRow Dim xRg Dim xRgUni Dim xFirstAddress Dim xStr Dim aCell Dim ColumnLabel Dim objObjectFromRows Dim TempCreateCsvList