I'm working with access office 365 MSO. While importing excel files into access, sometimes long text columns will be assigned with the format "@". This somehow can lead to truncate the content. Currently I manually have to remove this "@" symbol, however the goal would be, to have a VBA code which would remove all "@" for long text columns, for all existing tables inside the DB.
I found this post Change column data type and format, however my knowledge of VBA is not sufficient to solve the issue. Could someone help?