Microsoft
Software
Hardware
Network
Question : Error in userform
Hi,
The following code worked fine until I made some changes in another module and now i get an error on "If Me.Rack = 1 Then". "Invalid use of Me keyword."
Me.Rack is a combobox on a userform.
Dim wsn As Worksheet
Dim rangeT As Range
Set wsn = ThisWorkbook.Worksheets("c
ontainer")
If code = 20 Then
If Me.Rack = 1 Then
Set rangeT = wsn.Range("A5")
End If
Tx
Answer : Error in userform
Then you can't use the "Me" keyword. Replace "Me" with the name of the userform.
Wayne
Random Solutions
Implementing optional parameters in a function - C#
Vertical align to bottom of floating div
Spam/Open relay?
concurrent connection to Wireless / WiFi & wired LAN : difference between Windows route add , Unix route add & Cisco ip route
Sharepoint Server Backup and Restore
file extension problem
How can I speed up this append query?
how can I check in my laptop specs that its an "intel core i7 quad"?
vmware server migration
Excel wont close - Still runs in task manager (vb.net)