Hello,
I'm having some trouble with inserting a formula using VBA where the formula contains an asterisk (*).
My original working VBA code is this:
'Insert Filter Formula
ws.Range("A3").Formula2 = "=LET(x,FILTER(CHOOSECOLS(t_" & Name & _
",13,1,2,20,21,9,10,16,18),COUNTIF(l_OnHand,t_" & _...