I am setting up a public procedure which I plan to have available to all open workbooks. Technically, it sets the column formatting for any column in other workbooks, which matches any of the field names listed in my library workbook (which also contains the procedure). This comes about because copying data from SQL Management Studio and pasting into Excel doesn't maintain any info about the data. Access works more intuitively. If I copy in data that is textual, but contains all digits, it knows to maintain the data as text. Unfortunately, from SQL Management Studio it doesn't.
It may well be a clumsy way of going about this, but I'm looking for the syntax I would need to use to say :
I want to call procedure A from loaded workbook B (from code or even the Immediate Pane of the IDE).
I will consider all solutions of course, but I'm interested in the specific answer to the question, regardless of whether or not it is the best solution in this case.
It may well be a clumsy way of going about this, but I'm looking for the syntax I would need to use to say :
I want to call procedure A from loaded workbook B (from code or even the Immediate Pane of the IDE).
I will consider all solutions of course, but I'm interested in the specific answer to the question, regardless of whether or not it is the best solution in this case.
Comment