Hey there,
i have written a vba code to export shape datas from visio to an excel file. its working pretty well. now i want to exclude all connectors i have used in my visio flow chart. my idea was something like ...
dim connector as "connectors"
....
If connector = "connectors"
" do nothing with my excel file"
do u have any idea how can i select just the connector ?