Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Today, 12:49
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I am exporting my data to Excel thru below codes.
.......
..........
............
Set objxl = New Excel.Application
objxl.Visible = True
Set objwkb = objxl.Workbooks.Open("D:\Rectification.xlsx")
Set objsht = objwkb.Worksheets("Sheet1")
objsht.Range("A1:I1").Merge
.......
........
...........
Every code line is being exceted properly. The only thing is when data is transfering to Excel, the Excel file is becoming minimized while I want it to be on screen MAXIMIZED.....
Can anyone suggest me.....?
Regards,
Ashfaque
I am exporting my data to Excel thru below codes.
.......
..........
............
Set objxl = New Excel.Application
objxl.Visible = True
Set objwkb = objxl.Workbooks.Open("D:\Rectification.xlsx")
Set objsht = objwkb.Worksheets("Sheet1")
objsht.Range("A1:I1").Merge
.......
........
...........
Every code line is being exceted properly. The only thing is when data is transfering to Excel, the Excel file is becoming minimized while I want it to be on screen MAXIMIZED.....
Can anyone suggest me.....?
Regards,
Ashfaque