Forum

Miguel Santos
@rhysand
Trusted Member
Joined: Feb 20, 2020
Topics: 0 / Replies: 80
Reply
RE: Send just page one of active sheet by email

Hello, It would be easier to copy all the data of the rows and columns that you want to send by email and paste in a new sheet and from there send ...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, Without having access to all the procedures (Workbook in: Private Sub Workbook_Open() ) it is difficult to say what is causing the error. ...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, I made some changes and it works perfectly for me, then tell me if it worked ... I apologize for the lack of time to solve this code the fir...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, as I explained in my previous reply, writing this way is wrong : Public Const sCount As Long = Folha1.Range("A2").Value you have to write...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, you can do it in many ways... Example 1: to refer to the value in a cell ( Changes in module ) Option Explicit 'Public Const sCo...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, Yes, you can add the rest of your code ... I signaled where to insert. you can use the stop, pause and continue procedure in any macro you...

5 years ago
Forum
Reply
RE: Stopping a VBA internal Timer in command button

Hello, in the following code, I inserted the count down with stop, pause and continue, I hope I can help I performed the procedures with: ...

5 years ago
Forum
Reply
RE: Rewriting VBA code when save as different file name

Hello, Even without feedback on what you really want, I think you were wondering how to replace code in Vbproject For that, you don't need to ...

5 years ago
Forum
Reply
RE: Rewriting VBA code when save as different file name

Hello, it's not easy, because I didn't fully understand the question... but I will leave here an example first: in my example I have one folder wi...

5 years ago
Forum
Reply
RE: How to Insert an Image (PNG) in a Userform using a link inserted in a Label - Without Links with the Excel sheet

Hello, You are welcome, Sorry for the download name of the image, even if the file has (.jpg) in the name, if the source was (.png), it rem...

5 years ago
Forum
Reply
RE: How to Insert an Image (PNG) in a Userform using a link inserted in a Label - Without Links with the Excel sheet

Hello, sorry, I needed to add some parts and I couldn't edit my post you can replace in Private Sub UploadPicture() ... ActiveChart.Export ...

5 years ago
Forum
Reply
RE: How to Insert an Image (PNG) in a Userform using a link inserted in a Label - Without Links with the Excel sheet

Hello, the following codes are just one solution, but need a sheet and more... Put the following in a module: Public Sub download_Image_from...

5 years ago
Forum
Reply
RE: How to Create Textboxes at Runtime in a Userform with VBA

Hello, A.Maurizio, I don't know if this is what you asked me, but I leave here 3 examples First example: Update to add new textbox ...

5 years ago
Forum
Page 5 / 6