Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 122951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:12:35+00:00 2026-05-11T04:12:35+00:00

As a secondary method to my question here: Show Cell Range on UserForm; then

  • 0

As a secondary method to my question here: Show Cell Range on UserForm; then update

I would like to have a macro that selects a range, and activates it, but allows the user to edit cells in that range. Then, it needs to have a button that moves onto the next range. Is there a way to keep a form visible, but allow the user access to a range?

And if that’s possible, can I temporarily lock all other cells than those in the range while the updating is taking place, to avoid errors?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:12:35+00:00Added an answer on May 11, 2026 at 4:12 am

    You can show a form in ‘modeless’ state, which means that the user is not locked to that form:

    Dim interactionForm As New DemoForm  interactionForm.Show vbModeless 

    You can also programatically lock and unlock certain cell ranges depending on what you want to do:

    Dim bigRange As Range Set bigRange = Sheet1.Range('SomeRange')  Sheet1.Cells.Locked = True bigRange.Locked = False Sheet1.Protect 'password1' ' add other options here 

    Using this you can lock all cells on a sheet, but unlock the range you want them to edit. You could even colour that range Green or some other colour to enforce what you want them to do.

    Just don’t forget to unlock everything when you’re done!

    Sheet1.Unprotect 'password1' Sheet1.Cells.Locked = False 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have seen this question here, and was wondering if the same method of
I have touched on this question here , where Christopher gave an answer to
So I have a a text file that looks something like this: public >ret
I have a .NET class library that spins up a secondary process which is
If I spawn a secondary thread and the threaded method calls other methods, are
I have a form with a secondary address section. In this section you can
Is there anyway to make a secondary key in SQL? Lets say I have
I have an application composed of a main view and a secondary view which
Firstly newbie question: What's the difference between a selector and a method? Secondly newbie
I have a Java program that uses OAuth for communication with a server to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.