Posts by Djacy Neto • 3 points
4 posts
-
0
votes1
answer28
viewsQ: data types inside the vba
I have a macro that does a conversion, it brings a fixed width txt converts to excel and saved in csv. what happens is that I need the last column to be saved in txto format because it deals with…
-
-1
votes1
answer25
viewsQ: operation with date and deadlines SQL_SERVER
I have a table in the comic book that has a column called term. in that column I have the deadline information in months ex.: 10, 6, 12, 14.... i would need to calculate to know the final date of…
-
-1
votes1
answer31
viewsQ: vba data conversion
I have a macro that takes a file inside a folder, converts it from txt with fixed width to csv and saves it in another folder. I get about 400 to 450 files in this format for conversion, the macro…
-
-1
votes1
answer49
viewsQ: help with bat scripts
I have a script for separating csv files, what the script does and open the file and model the columns, would like to know what I can change in this script to create a last column and repeat in the…