On SharePoint a if I try opening an excel file that is already checked out a popup message comes up Titled: "File in Use" Message: xxxxxx.xlsx is locked for editing by 'WORKGROUP\username'. I need a VBA code that will give me this username without opening the file. I found code for checking if...
I have a Product with hundreds of parts inside of it. I would like to group products together to hide and show everything else. some components(parts) are used in multiple setups or scenario. For example if I had a product of a car I want to be able to view all the drive train components and...
I have a Catia macro that opens an excel file and trying to get it to find the last cell in a Column by using .End(xlDown).Row. I found a thread on here that has .End(xlUp) and tried even running that entire code and still the code even their code from...
thread560-351508
I am trying to write a macro to
Step 1: capture a image in catia (Tools-Image-Capture-Capture(record icon)-Copy) and Copy it (Copy to clipboard) and then
step 2: open a excel file and past then ...
I can not get step 1. I have found posts that show how to capture to file...