Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default A simple question

Private Sub Workbook_Open()
Dim x As Long
x = 3 ' for testing
Application.Goto Worksheets("StatusAccounting").Cells(x, 8), scroll:=True
End Sub

Place this in the Thisworkbook module

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Kirk" wrote in message ...
For some reason I can seem to figure this out. I know it
is easy, but I'll ask anyways.

I need to be able to go to a specific cell when I open up
my workbook.

I tried this:

Worksheets("StatusAccounting").Cells(x, 8).Activate

where x is a looping variable to go through each of the
cells. But it didn't like it. I'm using XL2002 SP2.

Any help would be appreciated.

Kirk



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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
simple Question Mo2 New Users to Excel 1 May 3rd 07 06:08 AM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple Question JS[_4_] Excel Programming 1 July 10th 03 06:19 AM
Simple Question katrina wade Excel Programming 1 July 10th 03 04:55 AM


All times are GMT +1. The time now is 11:42 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"