I want to make columns from text type to general type,
because when i tried to vlookup the data, the values were got #N/A.
Worksheet name = MP
Column target D1:D10000
its work code from text to general vba:
VBA TEXT TO GENERAL
ThisWorkbook.Sheets("MP").Activate
ThisWorkbook.Sheets("MP").Range("D1:D10000").Select
Selection.TextToColumns DataType:=xlGeneralFormat, _
ConsecutiveDelimiter:=False, Space:=False
You can modify Data type likes below,
Tidak ada komentar:
Posting Komentar