Freeze Panes- Windows Split

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

Why does a sheet with Windows Split or Windows Freeze Panes give a
different result for the ActiveCell detected?

I have one user who always uses the window split and it messes things
up. Or how do I get the ActiveCell even if the window is split?

Since I never use this window split, I always forget that is what
someone might do.

Sub chkCell()
Dim test
test = ActiveCell.Address
MsgBox (test)
End Sub


Thanks,
scott
 
Thanks Bob,
Excel 2003
I use the active cell to determine input the user is providing.
Based on the cell they are in, additional content is filled in for
them.

I do have a command button from the forms toolbox in the header row
which calls the macro doing all of this.
So they may fill in an entry of MAR1023 in cell D963 (or some other)
row.

With freeze panes the activecell is determined as D963 (or anyother)
windows split comes back as A1 even if the button is positioned round
column G or H.

I thought perhaps the button position was related.
 

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