Hi,
It seems a Microsoft office update issue which corrupted the forms2.0 library.
Pls check this.
https://support.microsoft.com/en-in/help/3025036/cannot-insert-object-error-in-an-activex-custom-office-solution-after
Hi,
Not always smaller is memory efficient. I think both will slow down the process for such a big range.
You can check the performance in a copy file.
I would suggest VBA for such big tasks.
As Narayn sated! When you get the subjected error means sharing a two line of code will not resolve. Meanwhile check any missing ref is there!
How to Check : https://liberty.service-now.com/kb_view_customer.do?sysparm_article=KB0012541
The straight answer for the no response - You have failed to attract the attention due to unclear query & missing sample.
Will you pls share the sample worksheet with manual approach as well as snippet of the folder.
It might help you.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<!-- **************************************************************************-->
<!-- ****Disable 'Exit Excel' and 'Excel Options' on the Office Button menu****-->
<!--...
I might missed the early cells of current region to keep a note of the what tremendous job done by NARAYANK991 and i thought just 'Thanks' will not make out of stake towards his valuable contribution to the forum.
@r1c1 - You might have a thought for a surprise to him on behalf of all forum...
Are you looking something like this!
Sub ForaDraftEmail()
Dim myNamespace As NameSpace, myFolder As Folder, myItem As MailItem
Dim strBody As String, strMsg As String, varBody As Variant
Dim iFrom As Integer
Dim iSent As Integer
Dim iTo As Integer
Dim iCc As Integer
Dim iBcc As Integer
Dim...
Check this.
In ThisOutlookSession...
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim strCheck As String
Cancel = True
On Error GoTo xEnd
strCheck = CheckAttachmentPassword(Item)
If Len(strCheck) > 0 Then
If strCheck <> "ERROR" Then
MsgBox "Following...
Create an online survey with Excel like as Google forms...
https://wmfexcel.com/2018/01/14/excel-online-survey-never-heard-about-that/
The basic difference is that- Google forms allowed addin & File upload also introduced.