Hello,
I'm trying to build a dialog box where will ask me to load a .data file extension file which later on i will edit few things and save as .xlsx.
Problem is that whenever the file is selected and supposed to be loaded, there is no outcome... it simply ends macro as if nothing happened.
If i try go step by step, it will open the box, i choose the file, and then, empty ... its like if for some reason the data in the .data file is not loaded.
basically the reason for open .data is so i can then edit in excel and turn data which will appear all in first column into a table by using the text into columns tool.
Anyone knows why this .data file might not be loading? My VBA knowledge is very basic and its my first time working with dialog box option..
To test i also tried to just record a macro and do all manually (open the file, edit it, close it and all) and when check macro step by step, it will not show data but keep going with everything else...
Not sure if it makes sense but hopefully someone can help.
Thanks in advance.
I'm trying to build a dialog box where will ask me to load a .data file extension file which later on i will edit few things and save as .xlsx.
Problem is that whenever the file is selected and supposed to be loaded, there is no outcome... it simply ends macro as if nothing happened.
If i try go step by step, it will open the box, i choose the file, and then, empty ... its like if for some reason the data in the .data file is not loaded.
basically the reason for open .data is so i can then edit in excel and turn data which will appear all in first column into a table by using the text into columns tool.
Anyone knows why this .data file might not be loading? My VBA knowledge is very basic and its my first time working with dialog box option..
To test i also tried to just record a macro and do all manually (open the file, edit it, close it and all) and when check macro step by step, it will not show data but keep going with everything else...
Not sure if it makes sense but hopefully someone can help.
Thanks in advance.