Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default How to mention a particular sheet name while opening excel with VB script.

Hi Pls say me
1. How to mention a particular sheet name while opening excel with VB script.
2.how to know the rowcount and column count in excel using vb script.


as soon as possible .very urgent

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default How to mention a particular sheet name while opening excel with VB

Maybe


Private Sub Workbook_Open()
Sheets("Sheet1").Select 'change to your sheet
End Sub

Mike

"refina" wrote:

Hi Pls say me
1. How to mention a particular sheet name while opening excel with VB script.
2.how to know the rowcount and column count in excel using vb script.


as soon as possible .very urgent


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default How to mention a particular sheet name while opening excel with VB

U can use usedrange.column.count and usedrange.rows.count
regards
Karthiganesh

"refina" wrote:

Hi Pls say me
1. How to mention a particular sheet name while opening excel with VB script.
2.how to know the rowcount and column count in excel using vb script.


as soon as possible .very urgent


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem while opening the excel sheet karthik New Users to Excel 0 May 19th 08 10:20 AM
problem while opening the excel sheet karthik New Users to Excel 0 May 19th 08 07:18 AM
Opening Excel sheet in its own window prpc Setting up and Configuration of Excel 4 July 13th 07 01:36 PM
Opening A Specific Excel Sheet [email protected] Excel Discussion (Misc queries) 2 July 11th 05 08:45 PM
Opening an excel sheet but i don't see it Erwin Excel Discussion (Misc queries) 2 February 17th 05 02:00 AM


All times are GMT +1. The time now is 07:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"