Posts by Marcio Ferreira • 23 points
2 posts
-
0
votes1
answer4369
viewsQ: How to concatenate variable with formula in Excel?
It is correct that I concatenate a variable to an Excel formula? Excel complains at concatenation closure: Sheets("FATURA").Select Dim variavel As Double variavel = InputBox("Digite Valor da Tarifa…
-
2
votes1
answer1139
viewsQ: VBA. I try to convert a txt to excel
Hello guys I have this macro to convert several txt for excel, but when it converts it does not separate the file by column ";" Sub Convert_Csv() Dim File_Names As Variant Dim File_count As Integer…