How to select and copy first few lines from a doc or xls file using vbscript
Hi All,
I need to automate a scenario for my project using a .vbs file. I
need to copy first few lines from a big doc or xls file by using the
vbscript. I tried by using wshshell.sendkeys "%el". It's selecting the
entire doc or xls file. But i need to select first few lines. Could
anybody help me out.
Thanks,
Rajesh S
.
Relevant Pages
- RE: Excel Addin- Processing of data while opening excel files in E
... But I am looking for the different scenario, ... can open any .xls file and launch them in EXCEL.exe. ... Dim xlApp As New Excel.Application ... 'Make Excel and the workbook available for the user. ... (microsoft.public.office.developer.com.add_ins) - file saving
... I am wondering what the simpliest tool or best way is to go to website ... saving the file at the URL ... I would like to automate this process so that whatever tool ... FOllowing that I have to put this data into an xls file ... (alt.html) - Re: How can i read Command Line parametres from Excel 2003 file???
... You could use an indirect method where you launch a vbs file that takes ... arguments and also launches your xls file. ... c:\MyBook.xls parameter1 parameter2.. ... (microsoft.public.excel.programming) - Must convert 500+ xls files to txt (tsv)
... How can I automate this process? ... I'm handy with Perl, so if there's a way to convert an xls file to ... (microsoft.public.excel.misc) - RE: Import data for AD user attributes.
... You can import bulk data in AD using ldifde.exe; regarding the xls file I ... think it is possible to do an VBS file that will read from the xls file and ... "Zul" wrote: ... (microsoft.public.windows.server.active_directory) |
|