Datasheet: Freeze columns runtime from VBA

  • Thread starter Thread starter ib.c.bank
  • Start date Start date
I

ib.c.bank

Hi,

any idea to freeze a specific column in a datasheet form?

Best regards
Ib
 
Rightclick columnheader and choose 'Freeze column' i think.
Well yes, I can do that. But what I want to do is freezing some
columns just before the form is opened.
 
Ok, sorry for the 'lame' reaction. The columnfrozen is a read only attribute
and can not be set at runtime. So I think you are out of luck there...

hth
 
Hi Steve,

You are right. I've read the article. It's possible but you have to do quite
some checking to see if the user didn't freeze any columns before. Tricky but
it can indeed be done...

Thanks for pointing out.
 
No probs, only just found out myself!
It was posted on another forum...

Steve
 
Hi Maurice and Steve

Thx for your comments. It solved my problem :)

Cheers
Ib
 

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