How do you save Excel as a .dat file? I tried both of the following methods:
METHOD ONE (does not pick up all the columns)
Application.CutCopyMode = False
With ActiveWorkbook.Styles("Normal")
.IncludeNumber = False
.IncludeFont = True
.IncludeAlignment =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.