PDA

View Full Version : VBA Macro Named Pipe IPC



shanzcupid
03-09-2020, 10:04 PM
Hi Everyone,

I am trying to achieve Named Pipe IPC using Excel Macro. I have a C# binary that can consume tasks posted on a named pipe.

The Flow I want is as follows

1. Macro Creates a named pipe, for Example \.\\pipe\MyExample
2. Macro Posts something on the named pipe
3. Macro runs the C# Binary [SOLVED]

Now I am a complete NOOBIE in VBA. I have already tried looking up on internet and on this forum for macro's dealing with named pipes . I cannot find anything related which works.

Can someone point me to a resource or help me with communication on named pipes . I'll be in highly obliged.


Thanks

SamT
03-11-2020, 12:22 PM
You have posted a question about your chosen solution to your problem, please tell us what the problem is