Userform Position exactly adjacent to Cell A 46

  • Thread starter Thread starter rachitm
  • Start date Start date
R

rachitm

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
 
put this into the code you have to show your form

ActiveWindow.ScrollRow = 35
ActiveWindow.ScrollColumn = 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top