Jul 03 2022 12:28 PM
"All of a sudden" - Chr() now doesn't work !
So "everything" now grinds to a halt.
Presumably this is yet another Microsoft downgrade 😞
Here are some examp;es
Num2Col = Char(i + 64) & Num2Col '
myPos = InStr(myText, Chr(34))
i = InStr(Txt$, Chr(34))
J = InStr(Mid$(Txt$, i + 1), Chr(34))
Crib = "=" & Chr(34) & "From Pt. "
ShowDMS = Ans$ & Degs(DegRs) & Chr(176) & " " & Mins(DegRs) & Chr(39) & " " & Round(Secs(DegRs), Points) & Chr(34)
How do I overcome this ?
Pretty please ?
Jul 03 2022 12:38 PM
Jul 04 2022 02:59 AM
Jul 04 2022 03:14 AM
In the Visual Basic Editor, select Tools > References...
The references that are in use are listed at the top; their check boxes are ticked.
Does one of those begin with MISSING: ? If so, clear its check box.
Jul 05 2022 02:02 AM
SolutionJul 05 2022 02:02 AM
Solution