Reading a PCH file
Dear all,
Is there any way to read PCH file and write into .xlsx File.
VBA code will be helpful.
If I am opening .pch file with notepad it is opening in single line but if i am opening .pch file in Notepad++ it is opening correctely.
I am looking for writting .pch file data in excel file.
Is it possible.
Thanks,
Vikas
Find more posts tagged with
Sort by:
1 - 5 of
51
Dear @tinh
Yes i have done that also I am not able to read data only.
My code is:
set pchFile [open C:/Users/ABC/Desktop/JJJ/Smallpch.pch 'r']
set dataPCHFile [read $pchFile]
puts 'dataPCHFIle: $dataPCHFile'
close $dataPCHFile
I have attached my punch file. Please try to read it by using TCL\TK code.
Regards,
Vikas kumar
Maybe, open the file by Notepad++ and then replace spaces by commas?