While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Miguel F. Augusto

# Reply

Hello Mr.Richard Moss,

very nice work on this blog, i only want to ask you if i can do the same in VBA in Excel, or Excel dont support this type of DRAG DROP Insertion Mark?

e-mail me : (edit by Cyotek Team: removed email address)

Ty, regards Miguel F. Augusto

Gravatar

Richard Moss

# Reply

Miguel,

Thanks for your comment. Unfortunately, I don't believe this will be entirely possible in VBA as this is based on Visual Basic 6, and I don't think the VB6 list view exposed all the necessary functionality. For example, .NET provides a WndProc override, making it trivial to intercept Windows messages. VB on the other hand, walled this away and made it very difficult - I remember countless times I made VB6 "disappear" by faulting when hooking messages when I used to work with VB.

So while I can't say for certain (it's been many a year since I touched VB, and even longer since I touched VBA (and then only for simple macros)), I don't think it's possible.

Regards;
Richard Moss