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...
Sorry, not only i pasted an erronous, but i also not left any explanation (by the way english is not my native language, so sorry for the mistakes).
Please ignore the post, i found my answer...
Thanks for your help, both of you!
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.