Editing an existing Excel table via VB
Editing an existing Excel table via VB
(OP)
I cannot find the code to allow me to edit an existing Excel table in a drawing. I have all the code working that changes the actual cells, but I can't find what I need to make the table "active"- the equivalent of double clicking on it. Any suggestions?






RE: Editing an existing Excel table via VB
BomTable::Attach3
BomTable::Detach
RE: Editing an existing Excel table via VB
RE: Editing an existing Excel table via VB
What else have you tried?
Evan T. Basalik, MCSD
--------------------------------
It's all about prioritization...
RE: Editing an existing Excel table via VB
RE: Editing an existing Excel table via VB
Evan T. Basalik, MCSD
--------------------------------
It's all about prioritization...
RE: Editing an existing Excel table via VB