Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,810
- Office Version
- 2016
- Platform
- Windows
Hi forum,
First, I would like to congratulate the MrExcel community on the new Board and I wish it success.
I have noticed that in previous posts where conditional compilation is used, the #If #Else #End If lines are not displayed correctly .
See this old post as an example :
Interestingly, this doesn't seem to happen with new posts like here :
First, I would like to congratulate the MrExcel community on the new Board and I wish it success.
I have noticed that in previous posts where conditional compilation is used, the #If #Else #End If lines are not displayed correctly .
See this old post as an example :
Which Range is currently being Cut or Copied ?
Hi dear forum members, I have a vba situation where I need to know the address of the range that is currently being copied (or cut) ie: when Application.CutCopyMode 0 . I wonder if I am overlooking some easy solution or missing something obvious. Regards.
www.mrexcel.com
Interestingly, this doesn't seem to happen with new posts like here :
Test Conditional Compilation
Option Explicit #If VBA7 Then #Else #End If Sub Test() 'this is a comment End Sub
www.mrexcel.com