Consulting

Results 1 to 4 of 4

Thread: Embedded Objects and ControlTips

  1. #1
    VBAX Newbie
    Joined
    Jun 2004
    Posts
    5
    Location

    Embedded Objects and ControlTips

    All,

    Into the deep as they say! It's about time I started this here VBA thingy proper and not just messed about.

    I have a huge project underway (perhaps the poject thingies the place)
    However I'm having some little problems just now, waffle over.

    My project is to use a shared workbook for x staff (15 tops I hope), they each input data into a form and submit it (this gets done through GetUserName Function) to their own sheet.
    This works lovely, but because it's a shared workbook I can't get an embedded ReadMe notepad file to open, I need this to open for certain people (IT Bods mainly).
    So, is there a way to open it with a shared workbook or can I embed it somewhere else (Must be within the App itself, not the server!)

    2nd question, can ControlTips have Carriage Return in? I need tips to be dynamic as to the forms current view per user and some of the tips are quite large.

    Thank in advance, and hello to everyone.

    Cheers

    Ian Mac

  2. #2
    Site Admin
    The Princess
    VBAX Guru Anne Troy's Avatar
    Joined
    May 2004
    Location
    Arlington Heights, IL
    Posts
    2,530
    Location
    No replies?? Wow. I'm surprised. Bump!
    ~Anne Troy

  3. #3
    BoardCoder
    Licensed Coder VBAX Expert mark007's Avatar
    Joined
    May 2004
    Location
    Leeds, UK
    Posts
    622
    Location
    I can't get an embedded ReadMe notepad file to open, I need this to open for certain people
    How do you mean can't get it to work. What are you trying? Are you getting an error message? I can't say I've used shared workbooks much as they are unreliable but if you let me know the above I'll do my best to help!
    "Computers are useless. They can only give you answers." - Pablo Picasso
    Mark Rowlinson FIA | The Code Net

  4. #4
    VBAX Contributor Ivan F Moala's Avatar
    Joined
    May 2004
    Location
    Auckland New Zealand
    Posts
    185
    Location
    Quote Originally Posted by Ian Mac
    All,

    Into the deep as they say! It's about time I started this here VBA thingy proper and not just messed about.

    I have a huge project underway (perhaps the poject thingies the place)
    However I'm having some little problems just now, waffle over.

    My project is to use a shared workbook for x staff (15 tops I hope), they each input data into a form and submit it (this gets done through GetUserName Function) to their own sheet.
    This works lovely, but because it's a shared workbook I can't get an embedded ReadMe notepad file to open, I need this to open for certain people (IT Bods mainly).
    So, is there a way to open it with a shared workbook or can I embed it somewhere else (Must be within the App itself, not the server!)

    2nd question, can ControlTips have Carriage Return in? I need tips to be dynamic as to the forms current view per user and some of the tips are quite large.

    Thank in advance, and hello to everyone.

    Cheers

    Ian Mac
    1) Hi Ian......what error if any are you getting ? for embeded Text
    2) Tooltips with linefeeds ...... not sure but a couple of options
    a) API's
    b) create your own
    Kind Regards,
    Ivan F Moala From the City of Sails

Posting Permissions

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