Feb 17 2008 04:47 PM 3416 4 Read only excel file in QTP aditi5856 How to create read only excel file using QTP? ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Dim fso, MyFileSet fso = CreateObject("Scripting.FileSystemObject")Set MyFile = fso.CreateTextFile("c:testfile.txt", True)MyFile.WriteLine("This is a test.")MyFile.Closewith this code u can create text file and also xl files ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Throgth Scripting.File systemobject We can create xl files Answer Question Select Best Answer
Feb 17 2008 04:47 PM 3416 4 Read only excel file in QTP aditi5856 How to create read only excel file using QTP? ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Dim fso, MyFileSet fso = CreateObject("Scripting.FileSystemObject")Set MyFile = fso.CreateTextFile("c:testfile.txt", True)MyFile.WriteLine("This is a test.")MyFile.Closewith this code u can create text file and also xl files ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Throgth Scripting.File systemobject We can create xl files Answer Question Select Best Answer
ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Dim fso, MyFileSet fso = CreateObject("Scripting.FileSystemObject")Set MyFile = fso.CreateTextFile("c:testfile.txt", True)MyFile.WriteLine("This is a test.")MyFile.Closewith this code u can create text file and also xl files
ramugogurla Profile Answers by ramugogurla Questions by ramugogurla Feb 20th, 2008 Throgth Scripting.File systemobject We can create xl files