Hello to all,
I've built up a program which handles excel files (open, extract, close...). Everything works well when files names -or worksheet names- are written in western characters, but bugs as they contain greek characters. How can i make VBA handle correctly unicode based characters...
Hello to all.
I can't get to execute this code without an error (1004):
Private Sub CommandButton3_Click()
Dim j As Variant
Dim x As Variant
Dim i As Variant
x = "="
For i = 1 To Range("p1").Value
j = j + "SUM(B" & 28 + i & ")"
Next i
MsgBox (x)
j = x & j
Range("q1").Formula = j
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.