Posts by Christian O. Santos • 5 points
2 posts
-
0
votes1
answer157
viewsQ: Conditional completion
I need a help with VBA. My question is this:: I need cell "B" and "C" to receive a specific value when I type a value into cell "A": For example: When I type the value "1" in cell "A", cell "B"…
-
0
votes2
answers928
viewsQ: Create folders from cell information, with the file "test.txt" inside each folder created (VBA)
I have a spreadsheet with some information, I need this information to become folders and within each folder there is a file called "test.txt" In a search, I found the following code: Sub…