Posts by Bruno Melo • 19 points
4 posts
-
-1
votes1
answer227
viewsQ: The file is locked - Excel and VBA
I have an excel spreadsheet with userform to control a database that is also in excel, this database for having many accesses is shared, but today I saw that VBA does not get along very well with…
-
1
votes1
answer127
viewsQ: Error when adding side-by-side objects in an array
I need to add the methods get for a ArrayList, I tried with commas to separate, but it doesn’t work, I can only add if one is under the other, which is not good for me. I tried to create the…
-
-1
votes1
answer924
viewsQ: VBA to fill empty cell
good morning, I have a spreadsheet in excel that I would like when I impute a date and press the macro button to paste into the next empty cell in column A, 74 times. And also copy two columns (B:C)…
-
1
votes4
answers272
viewsQ: Leave image next to text
I need to leave an image side by side with a text for a college job, I can only do using CSS, I’ll leave the image of how it has to be and the codes to help, I’ve tried everything but I can’t, in…