Results for "post facebook vba"

9 results for this search

its relate to maintain page for latest update with clients.

I also try codecentrix free VBA utility but not find solution about post. Following is recorded tools

'Add Open Twebst Type Library in Tools/References menu of the VBA editor.

Sub OpenTwebstMacro()
    Dim core As ICore
    Set core = New OpenTwebstLib.core

    Dim browser As IBrowser
    Set browser = core.StartBrowser("https://www.facebook.com/login.php")

    Call browser.FindElement("input text", "id=email").InputText("email@ymail.com")
    Call browser.FindElement("input password", "id=pass").InputText("password")
    Call browser.FindElement("button", "id=loginbutton").Click
    Call browser.FindElement("div", "class=_1mf _1mj").Click
        Call browser.FindElement("button", "uiname=Post").Click

End Sub

Any further help highly appreciated and its also will help who's are facing problem on multiple post through manual way.

What's the aim? I don't think anyone on this forum wants to help you making a spam bot. And to be honest I'm convinced it's what you're looking for.

Sorry,

i will care about sms language.

Sir, there is any way of solution to post through VBA in Facebook?

Yvouille a écrit :

Yes, why not

how it done i mentioned login vba but dont know how to post in fb via vba

Yes, why not

Sub fb_post()

    With CreateObject("InternetExplorer.Application")
        .Visible = True
        .Navigate http://www.facebook.com/login.php
        Do While .Busy And Not .ReadyState = 4
            DoEvents
        Loop
        .Document.All.Item("email").Value = "xyz"
        .Document.All.Item("pass").Value = "123"
        .Document.All.Item("loginbutton").Click
    End With
End Sub  

Regards.

RAJA AHMED

Hi ! Lisa Nguyen,

Here, your Excel File is back, with automatic conversion.

If you agree, you can display the corresponding color with your VBA Module3. Sub RGB_TO_HEX_COLOR()

See my Note in Sheet1.

Hi,

a proposal. select the day in L5, check if this works for your excel version.

You speak french, don't you? you can post your message in the french speaking part of this forum.

hi,

code fixed for the update.

35insu-statements.xlsm (110.02 KB)

Hi,

If you're new to VBA, you can find a course here:

https://www.excel-pratique.com/en/vba

Hi,

You need to enter your VBA code here (for example, the sample code):

image

Then, list the names to be replaced below:

image

And you will then get the obfuscated code:

image

Breaking News,

Excel File Version2 is coming Now.

Best Regards.

Thank you for the solution, Merci beaucoup!

Sorry for not clearing the things, it's something like this , so what i'm looking for is a fucntion that allows me to see the content of each day only by clicking on the day ( like when i click on Monday, it shows automaticly the subject and its content..)

Hi,

Your request is quite short. Can you explain a little bit more and provide us with a sample excel file with some basic datas and the expected results ?

I have to create a Time table including the Subjects + their content, and i need to combine between all these elements.. anyone can help?

I understand you. Thank you

Dear,

To solve your problems, I would completely redesign and rework your application, but that's not the kind of application I want to spend time on.

Thank you for the responds.When i select the sheet name and the year then click the filter buttonit gives me error code 1004 and hihlight as attached

screenshot 10

The second issues is after saving data, when you search by year and month then edit the data and you forget to click the update button and clik the save button again it will save as new, but if it can prevent duplicate by year and month. I hope my explaination is clear.

Thank you