+ Reply to Thread
Results 1 to 15 of 15

SMS Via Excel using Microsoft Your Phone app

  1. #1
    Registered User
    Join Date
    06-29-2020
    Location
    India
    MS-Off Ver
    2007
    Posts
    1

    Question SMS Via Excel using Microsoft Your Phone app

    Hi is there a way vide which i can connect Excel and your phone app and send sms to mobile numbers in excel sheet and a unique message in the next cell.
    or is there any other app which can connect my own phone and help me to send various sms.
    I have a data in excel for eg.
    employee Mobile No. and next to it a specific SMS
    now i need a program to send them using my own phone

  2. #2
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    Hello. I need the same macro you requested.

  3. #3
    Forum Contributor
    Join Date
    03-08-2018
    Location
    Denmark
    MS-Off Ver
    2016 for Windows
    Posts
    413

    Re: SMS Via Excel using Microsoft Your Phone app

    Randy Austin has made a Application for sending sms
    Either download it (It is free)
    or watch the video were he creates it.

    https://youtu.be/V11uDrUYUPw
    Attached Images Attached Images

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: SMS Via Excel using Microsoft Your Phone app

    now i need a program to send them using my own phone
    VBA won't be able to do it using your own phone. As VBA will have no access to it.

    Method linked by nordicdust uses twilio.com's API to send SMS (after trial period, it will cost some money). In general, to send mass SMS, you need some service provider. Also, when choosing service provider, you should check what countries the provider supports. Some only support specific geographic region, and often, cost will vary based on destination.

    There are ways to send SMS using email service... but that requires you to know the receiver's provider and their SMS gateway. (ex: to send SMS to phone number that's serviced by Verizon you need to send message to... 'phone#@vtext.com' where phone# should follow NPANXXxxxx pattern).

    There's no "one size fits all" type of solution here. You'll need to do some research and find service that suites your need.
    Last edited by CK76; 07-15-2020 at 05:20 PM. Reason: For clarity
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  5. #5
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    i found links for the use of vBA with the GSM phone.
    by connecting my old GSM phone Nokia Classic 2700 I noticed that if I click on the reference to objects, the components of Nokia appear

  6. #6
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: SMS Via Excel using Microsoft Your Phone app

    You mean when you click on phone number? That is handled by hyperlink.follow and separate from sms process. Unless there is some custom library that exposes objects to vba, I can't think of ways to manipulate your phone via vba.

  7. #7

  8. #8
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    nokia 2007 classic has telephone management software (Cp suite) connected to the cable computer.
    i must have installed something so much that I've seen several libreries among other references to objects

  9. #9
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83
    Quote Originally Posted by stefano78 View Post
    nokia 2007 classic has telephone management software (Cp suite) connected to the cable computer.
    i must have installed something so much that I've seen several libreries among other references to objects
    the picture is a little blurry, but you can see
    Attached Images Attached Images

  10. #10
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    Other links:

    https://www.activexperts.com/xmstoolkit/howto/gsm/vba/
    http://www.ozekisms.com/index.php?owpn=466

    nokia software:

    https://gist.github.com/anonymous/27...7541b9ab21beb4

    https://filehippo.com/it/download_nokia_pc_suite/

    https://pcsuite.net/nokia-2700-pc-suite/


    i could already use telephone software, but a Macro could have more potential to schedule the sending and other links to sheet with variable data

  11. #11
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    I attach the photo of the references
    Attached Images Attached Images

  12. #12
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: SMS Via Excel using Microsoft Your Phone app

    OK so as I stated, you have external library exposing those components to vba. I really can't help there as I have no experience with that particular library.

  13. #13
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    so with the Nokia libraries, it's possible to create a Macro that sends sms?
    Is possible to use the link code I attached to the previous messages to send sms from a GSM phone or modem?

  14. #14

  15. #15
    Registered User
    Join Date
    04-03-2017
    Location
    italy
    MS-Off Ver
    2010
    Posts
    83

    Re: SMS Via Excel using Microsoft Your Phone app

    Hello.
    I found this link on the web:
    http://www.scampers.org/steve/sms/samples.htm
    If visual basic can be inserted in a vba module, could this code be changed to manage the phone by scheduling the sending of sms?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 05-22-2018, 02:33 AM
  2. Excel Phone book Loading to a Phone
    By RodneyB in forum Excel General
    Replies: 1
    Last Post: 03-20-2016, 04:58 AM
  3. Is it possible to make Excel dial a phone number from my smart phone?
    By D_Step in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-19-2013, 06:11 PM
  4. Microsoft Excel 2010 Doesn't Support Microsoft Excel 2007
    By Orange.CL in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 07-01-2010, 03:21 AM
  5. Replies: 3
    Last Post: 12-07-2005, 12:00 PM
  6. Replies: 1
    Last Post: 05-12-2005, 08:06 PM
  7. [SOLVED] How do I import Microsoft Word files into Microsoft Excel?
    By Excel in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-08-2005, 09:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1