UserForm possition

C

chrisdarl

Hi i have my userform possition set using the below code.

Me.Left = 350
Me.Top = 115

But the problem with that is that when the width of a column change
the userform is either overlapping the data or it has a large ga
between the data and the userform, so basicly what i am wanting to d
is insert the userform left [column d] and top [row 4].

Any ideas?

Thanks Chris
 
Top