Posts by alexandre • 83 points
4 posts
-
2
votes0
answers765
viewsQ: Access websites and extract contents to excel via VBA
Hello, I’m wanting to learn how to move around websites and extract images values, or insert passwords and logins via VBA, however I do not know any of this. I would like to know if it is necessary…
-
1
votes0
answers2077
views -
2
votes1
answer1121
viewsQ: Can a macro create another macro?
I have a spreadsheet of analysts, but when you change the analyst or enter a new one I need to copy everything the same as the other analysts just by changing his name. I wanted to know if there is…
-
2
votes1
answer8849
viewsQ: How to send only a spreadsheet by email in VBA and not the whole file using the code below
Option Compare Database Option Explicit Public Const C_Title As String = "ef3.Cinco" 'Metodos Public Sub SendMail(obj As MailClass) 'Nome da classe... Dim appOutLook As Outlook.Application…