Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Range of an Excel Sheet

 
   Windows Help (Home) -> Microsoft Excel RSS
Next:  How to create a double vertical line in a table  
Author Message
Amrit

External


Since: Feb 26, 2009
Posts: 4



(Msg. 1) Posted: Wed May 20, 2009 7:39 am
Post subject: Range of an Excel Sheet
Archived from groups: microsoft>public>excel (more info?)

I want to open a linked Excel Sheet with the appropriate range.

The excel filename / range I have is the following:

C:\Documents and
Settings\aparmar\Desktop\Book1.xslx!Sheet!R1C1:R5C2

I'm opening the following by stripping of the extra information :
C:\Documents and
Settings\aparmar\Desktop\Book1.xslx

How do I select the Range in Excel using !Sheet!R1C1:R5C2 ?

thanks,
Amrit

 >> Stay informed about: Range of an Excel Sheet 
Back to top
Login to vote
Gord Dibben

External


Since: Oct 17, 2008
Posts: 21



(Msg. 2) Posted: Wed May 20, 2009 12:39 pm
Post subject: Re: Range of an Excel Sheet
Archived from groups: per prev. post (more info?)

Command lines to open workbooks do not include specific sheets and ranges.

To open to a specific sheet and range selection you must use VBA

Name the range then add this code to Thisworkbook module of Book1.xlsx

Private Sub Workbook_Open()
Application.Goto Reference:="myrange"
End Sub


Gord Dibben MS Excel MVP

On Wed, 20 May 2009 07:39:01 -0700, Amrit
wrote:

>I want to open a linked Excel Sheet with the appropriate range.
>
>The excel filename / range I have is the following:
>
>C:\Documents and
>Settings\aparmar\Desktop\Book1.xslx!Sheet!R1C1:R5C2
>
>I'm opening the following by stripping of the extra information :
>C:\Documents and
>Settings\aparmar\Desktop\Book1.xslx
>
>How do I select the Range in Excel using !Sheet!R1C1:R5C2 ?
>
>thanks,
>Amrit

 >> Stay informed about: Range of an Excel Sheet 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to make a SumIf range not a range ... but a sum of spe.. - =SUMIF(D3,AL3,"=H3+J3+L3+N3+P3+R3+T3+V3+X3+Z3+AB3+AD3") Here is what I am trying to do: If D3 = AL3 then I want it to return the sum of H3+J3+L3+N3+P3+R3+T3+V3+X3+Z3+AB3+AD3 I know it is something simple I am missing .......

trying to retrieve a cell from table in sheet 2 to sheet 1 - Hi, I am trying to create a management & billing stylesheet for a massage shop. I am using MS Excel 2003. It contains two sheets. SHEET1: A B C D ..

how to populate a range with another range of data ? - Hi - imagine that I have 2 worksheets in my workbook. Worksheet 'MASTER' 5 columns x 4 rows Column 1 = KEY and Columns 2 - 5 = numbers (data) Worksheet 'DATA' 4 columns x 12 rows (3 groups of 4 rows) I have been trying to use a combo-box t...

summary sheet - I have made sheets for recommendation from incidents in a site. Each incident has many recommendations. I have used conditional formatting " and formula" to let me know if the due date is passed for the recommendation. Similarly in the sum...

Cannot Shift Objects Off Sheet - All of a sudden I can't insert a new column anywhere within my workbook. If I click on the column letter and then right click>insert>I get the error message in the title. Did I change a setting somehow?
   Windows Help (Home) -> Microsoft Excel All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]