+ Reply to Thread
Results 1 to 7 of 7

Store an action to remember later

  1. #1
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Store an action to remember later

    Hi,

    Struggled to think of the best way to title this but hopefully I can explain clearly.

    I have a file where users are taken through steps by clicking on shapes on different sheets.

    There will be instances where a user can continue with the usual steps, however if they select NO to certain questions (or click a certain numbered shape) I want to be able to remember that for when they reach the final step where I will either display a MsgBox or direct them to another replica slide but with slightly different wording.

    Can this be done? Or what are peoples thoughts on this?

    Essentially the situation is to try to fix the issue yourself, but if you can't connect the system you need to in order to fix the issue, you carry on trouble shooting with someone on the phone and then once you reach the end you then need to follow some steps to get yourself to connect to the system for next time. (the reason this isn't done at the time, is because it takes 20 minutes to complete and the issue they are trying to fix is a higher priority so must be done first)

    Regards

    Dave

  2. #2
    Forum Contributor
    Join Date
    07-23-2016
    Location
    Texas
    MS-Off Ver
    2016
    Posts
    274

    Re: Store an action to remember later

    Store their answers to each step in an array of types:

    Type
    StepNo as integer
    Answer as string
    End type

  3. #3
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Store an action to remember later

    Thanks for the input Esso.

    Could you elaborate on this please with an example?

    Thanks again

  4. #4
    Forum Contributor
    Join Date
    07-23-2016
    Location
    Texas
    MS-Off Ver
    2016
    Posts
    274

    Re: Store an action to remember later

    Just dimension an array of the types;

    Please Login or Register  to view this content.
    After each step is completed, set the step answer in the array. You can save the array to a worksheet after each answer if you want under a username, etc..

  5. #5
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Store an action to remember later

    Thanks Esso,

    But could you provide a working example, I've never used type before or usernames in excel, but this sounds exactly like the kind of thing I would like to use.

    Thanks again

  6. #6
    Forum Contributor
    Join Date
    07-23-2016
    Location
    Texas
    MS-Off Ver
    2016
    Posts
    274

    Re: Store an action to remember later

    Define the user type:

    Please Login or Register  to view this content.
    When the user restarts a session, get his user name and date of original session then get his answer record:

    Please Login or Register  to view this content.
    Update the answer record each time the user answers a question;

    Please Login or Register  to view this content.
    This will give you an idea of how to use user defined types.

  7. #7
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Store an action to remember later

    Thanks Esso,

    give me something to work with for sure.

+ 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. [SOLVED] Formula to create store by store inventory transfers
    By DamianTaylor in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 04-08-2016, 08:37 AM
  2. Replies: 3
    Last Post: 02-28-2016, 10:51 AM
  3. [SOLVED] Dynamic Changing Data, Based on Criteria Store in Array, Sum array and store in Cell
    By penbeacho in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-28-2015, 10:31 AM
  4. My Action Tracker Keeps placing my competed action rows on sheet2 in the same place.
    By billybong33 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-18-2014, 04:01 PM
  5. Trying to remember...
    By neddyseagoon in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-29-2012, 09:20 AM
  6. If column A completely empty, one action; if not, another action?
    By StargateFanFromWork in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 06-15-2006, 04:15 PM
  7. I can't remember how to...
    By ForSale in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-14-2005, 12:26 AM

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