MfgEngDave
Industrial
- Jul 14, 2010
- 13
Ok so heres my txt in VBA for excel:
Private Sub EModelViewControl1_OnComponentSelectionNotify(ByVal ComponentName As String, ByVal XCoordinate As Long, ByVal YCoordinate As Long)
End Sub
how do I make the height and width a certain number of cells? For example If I wanted the control to open in B7:L44 cells what would it say here?
Private Sub EModelViewControl1_OnComponentSelectionNotify(ByVal ComponentName As String, ByVal XCoordinate As Long, ByVal YCoordinate As Long)
End Sub
how do I make the height and width a certain number of cells? For example If I wanted the control to open in B7:L44 cells what would it say here?