I have a VBA project in Excel 2003 and it has been running without any issues for more than an year. But suddenly this gives me a "Run-time error '1004': Document not saved." for the command ThisWorkbook.Save
This VBA project is password protected. I am not able to save the workbook manually...
Can somebody tell how to open a password protected webpage in VBA,
Currently I use the below code to open a webpage
Sub openweb()
strURI = "www.google.com"
Set ie = CreateObject("internetexplorer.application")
ie.Navigate strURI
end sub
Hi all,
I am trying to extract the texts from a web page and write it to a text file.
I am able to read the text by using internetexplorer.application but when I try to write it to the notepad sometimes it gives Runtime Error 5: Invalid procedure call or argument.
Microsoft VB Help says that...
Hi all,
Is there any way to find the month of any date.
The Date('Month') gives only the month of current date.
I would like to get the month of any date (eg: 06/15/2009) in the MON format. Please help.
-Arasi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.