Question: My code keeps saying Fo each control variable must be Variant or object and it highlights the ws . Can I have help fixing this
My code keeps saying Fo each control variable must be Variant or object and it highlights the "ws" . Can I have help fixing this error/bug
Sub ListStates() Dim ws As String, message As String message = "Here is a list of states:" For Each ws In ActiveWorkbook message = message & vbCrLf & ws.Name Next MsgBox message, vbInformation, "State list" End Sub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
