Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Don Sims   on Dec 13 In MS Office Category.

  
Question Answered By: Victoria Hughes   on Dec 13

Good idea. Then i prefer this;

Choose a cell which has not important data. I assume "A1" is this one.

Then put this in the program:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveSheet.Range("A1").Select
End Sub

That means when the user choose a Range or Ranges it will be forced to choose
onle the Cell "A1". He can just change the data  in "A1" .

Is it close to what you're looking for?

Share: 

 

This Question has 13 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on make workbook ignore keyboard activity while timer running Or get search suggestion and latest updates.


Tagged: