![]() |
|
#5
|
||||
|
||||
|
I can make this happen with a Before Double Click Event. This will need to be pasted into each Worksheet event. Could not develop a global event.
Code:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
ActiveCell.Offset(0, 4).Select
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a QR code in microsoft word? | ayupchap | Word | 1 | 08-20-2019 02:30 PM |
Creating and Referencing Drop Down Text Boxes in VBA code
|
cjkmarx | Word VBA | 1 | 12-12-2016 03:20 PM |
Code to creating a custom TOC including too many styles
|
amer1749 | Word VBA | 4 | 07-03-2016 10:42 AM |
| creating a code to create dynamic text in word | ah8471 | Word VBA | 1 | 12-29-2015 10:52 PM |
| Creating VBA Code to Delete Empty Column in Table | Faugs | Word VBA | 5 | 08-07-2014 03:29 PM |