Results 1 to 20 of 32

Thread: A Class Module to store Images from a folder for later reuse in Workbook Excel VBA

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #25
    hmmm...how do i resolve this issue? Is there some documentation for 64 bit that you can suggest that may shed some light on this issue?

    BTW does Data1 need to be a longPtr?

        
        Private Type GUID        
            Data1 As Long
            Data2 As Integer
            Data3 As Integer
            Data4(0 To 7) As Byte
        End Type
    or any of the other Types or Enums that go into defining the IPicture attributes?
    Last edited by sifar786; 02-20-2020 at 10:45 AM.

Tags for this Thread

Posting Permissions

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