jwcolby54's latest activity

  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    LOL, I call chatty Winsome Winch with the British accent, or Winnie for short. I use advanced voice mode on my phone, and chose that...
  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    Well, my understanding is that Chat can now open a (virtual) browser inside of the chat environment and do stuff in that browser out in...
  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    At this point, ChatGPT is not particularly threatening. It can't do anything out in the real world - yet. I am doing a big project in...
  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    Well then. Chat copies about 4 BILLION people's work so I am not gong to get hammered for any of that.
  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    You laugh but... I discovered voice chat on my phone. Most of the female voices were just too chipper. Darned annoying actually. But...
  • jwcolby54
    jwcolby54 replied to the thread VBA and ChatGPT.
    Yea, with the utmost confidence! We have to be the adult in the room with Chat.
  • jwcolby54
    jwcolby54 posted the thread VBA and ChatGPT in Modules & VBA.
    I am doing a YouTube presentation in a couple of weeks for the Pacific Coast Access Users Group. In the last few months I have worked...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    @MajP I thought I had put this to bed with @isladogs. I am not building a class from a table, I am building a table from a class. Both...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    No actually it was just a "There is so much to know". :D I know about enums and just wanted to have one to assist me (or the user) in...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    Well, I'm teaching how to use classes to do stuff, not manually building tables. If my reader wants to manually build tables they are...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    A couple of extra table builders for hair and eye colors: '...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    And finally documentation for the class, now found in the class header: '...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    And of course when I get around to testing the SeedRows it doesn't function. A couple of iterations later: Public Sub SeedRows(ByVal...
    • 1750722121369.png
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    In fact it does the opposite, but quite cool thing. I am building a table from scratch, he is building a class to build a table from an...
  • jwcolby54
    jwcolby54 replied to the thread Building a table for my book.
    Adding the ability to seed data into the table. This goes into clsTableBuilder: Public Sub SeedRows(ByVal lVntSeedData As Variant)...
Back
Top Bottom