![]() |
#2
|
|||
|
|||
![]()
Hi
Try changing the code to the below & see if it works for you. I've extracted bits of your code & changed it Cheers Code:
'========================== Private Sub Worksheet_BeforeDoubleClick _ (ByVal Target As Range, _ Cancel As Boolean) Dim Position As String Position = Target.Address TempCombo_LostFocus Position errHandler: Application.EnableEvents = True Exit Sub End Sub '========================================= Private Sub TempCombo_LostFocus(ByVal Position As String) MsgBox (Position) End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
cyraxote | Word VBA | 16 | 09-08-2015 04:16 AM |
Run Time Error '91': Object variable or With block variable not set using Catalogue Mailmerge | Berryblue | Mail Merge | 1 | 11-13-2014 05:36 PM |
![]() |
JUST ME | Word VBA | 4 | 03-25-2014 06:56 AM |
![]() |
MJP143 | Excel | 1 | 02-11-2013 05:07 AM |
![]() |
tinfanide | Excel Programming | 2 | 06-10-2012 10:17 AM |