I would like to know the Explanation for the following Excel VBA code

yuvastanza

New Member
Joined
Mar 1, 2011
Messages
19
Here is the code as follows:

UserForm4.WebBrowser1.Navigate "http://www.mrexcel.com/forum/newthread.php?do=newthread&f=10" & Sheets("Sheet3").Cells(N + 1, 2)
Sheets("Sheet3").Cells(1, 27).Value = N + 1



Please tell me
How it works? : UserForm4.WebBrowser1.Navigate
How it works? : Sheets("Sheet3").Cells(N + 1, 2)
How it works? : Sheets("Sheet3").Cells(1, 27).Value = N + 1

I have just gone through one of the web crawler and I am very curious about the above mentioned VBA code that how it works.

Please assist me. I would be thankful to you :) and May be useful to few of many other people those who are looking for some explanation for the same kind of question.


Note: The URL which i mentioned in this code just for example only.
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top