Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Userform Position exactly adjacent to Cell A 46

Hi,

I have already developed a Userform with the desired charachteristics.
But I want the userform to be positioned right adjacent to cell A 46,
no matter where I am on the page or where the screen is.

How can I do that? All Help is appreciated.


Thank You

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Userform Position exactly adjacent to Cell A 46

put this into the code you have to show your form

ActiveWindow.ScrollRow = 35
ActiveWindow.ScrollColumn = 1

" wrote:

Hi,

I have already developed a Userform with the desired charachteristics.
But I want the userform to be positioned right adjacent to cell A 46,
no matter where I am on the page or where the screen is.

How can I do that? All Help is appreciated.


Thank You


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Userform Position exactly adjacent to Cell A 46

I don't think this is that simple or ever foolproof, but have a look at
this:
http://cpearson.com/excel/FormPosition.htm

RBS

wrote in message
ups.com...
Hi,

I have already developed a Userform with the desired charachteristics.
But I want the userform to be positioned right adjacent to cell A 46,
no matter where I am on the page or where the screen is.

How can I do that? All Help is appreciated.


Thank You


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
UserForm position Steve Excel Discussion (Misc queries) 1 August 26th 07 04:50 AM
Display position of Userform AndyRoo Excel Programming 2 December 6th 05 03:29 PM
Position of a UserForm MD Excel Programming 2 April 12th 05 12:29 AM
Userform Position Pete Excel Programming 4 February 20th 05 12:01 AM
UserForm position Tim Excel Programming 2 February 12th 04 03:20 PM


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