Refresh data in Protected worksheet

  • Thread starter Thread starter Kevin T
  • Start date Start date
K

Kevin T

Does the work sheet protection work properly when
refreshing data from access.
I have the range I want to refresh Unlocked and unhidden
and the rest of the worksheet protected, but when i
refresh it tells me the worksheet is protected and I cant
refresh. Is there something I'm missing or is this a
shortcoming of worksheet protection?
KT
 
just hazarding two guesses.

are you talking about a macro that does it? if so...

are you providing a password to unprotect before you refresh the data?

ActiveSheet.Unprotect "password"

'your refresh code would go after the above statement
 
Thanks icestationzbra for your reply but not using a macro
but updating a link from Access into an unprotected area
of the sheet. I can enter or delete information from it
but not refresh the link. Any ideas?
 

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