Hello Excel Gurus,
Simple question: is it possible to make x variable using the function above? or anything text or numbers that I want to declare.
not working code
Option Explicit
Sub test()
Dim x As String
Debug.Print Evaluate("=CELL(""format"",x)")
End Sub
working code
Option...