This is an example from the Doc. Mgr API help file. We have several files with the custom property of by_date filled out as a text type. I need to change this to a date type. This code works but I am having an issue. If I run the code and check the results by RMB clicking on the file in Win...
I've written a macro that insterts a hole table as part of a bigger program that I'm working on.
The issue is I want to hide the table after it is inserted but have the origin shown.
I can't seem to find the code to do that.
Below is the code to insert the table any help would be appreciated...
We are trying to create a table just like the hole table in solidworks. Our problem is we are cutting a path, like for a gasket track. We need to be able to capture the coordinates of the sketch points. I've got some code that I'm working with but it captures arc center points as well, which...
I am testing the following code (from SW). The code does work if I put in the line swDoc.SaveAs I don't want to do because it seems kind-of like bad coding. I don't want to have to saveas the same file. I appears that swDoc.save is a valid option but the references do not change. Any idea of...
I have a workbook with data in it that I want to copy and put in another wookbook. The data looks like this.
D11/22'2005
CX
T-7.80
PEl Azabache
LDining Out
(blank cell)
D11/22'2005
CX
T-9.50
PAce Hardware
LHousehold
(blank cell)
What I want is a macro to copy that data until it finds a blank...