Tagged Questions

0
votes
2answers
108 views

Regarding macros

Hi all.. may i know what is the problem in using the below x-macro code #define FILL_BUFF_1 (int *)(0x01, 0x02) #define FILL_BUFF_2 (int *)(0x03, 0x04) #define X(a,b) #define LOOK_UP \ X(0x13, …
0
votes
1answer
17 views

Using VBA how to automatically run a Microsoft Word macro after a merge

Hi What do I need to do to get a macro to run after a Microsoft Word document has been merged? We are using the XML or Word ML format in Office 2003. The Merge is not happening inside of the MS …
0
votes
0answers
5 views

Custom text macros in Xcode not getting invoked with control-dot

I created an "ObjectiveC.xctxtmacro" file in ~/Library/Application Support/Developer/Shared/Xcode/Specifications with the code bellow. I see "Hello" in Xcode's Edit>Insert Text Macros>Objective-C menu …
0
votes
5answers
102 views

Regarding macros

Hi all.. i was looking for macro which can expand like the following: FILL_BUFF(4) should be expanded as (0xFF, 0xFF, 0xFF, 0xFF)... what can be the macro written for the above expansion..
0
votes
0answers
11 views

Visual Studio Macros on 64 bit fail with COM error

I'm doing some javascript development and found a cool macro to region my code ("Using #region Directive With JavaScript Files in Visual Studio"). I used this on my 32 bit box, and it worked first …
0
votes
2answers
38 views

Transmit a Word file to a database or FTP at the click or a button?

Is there a way to have button in a word document that when clicked will upload the text contents of the word doc to a database or squirt it to a server via FTP? I know no VBA but found this script, …
0
votes
1answer
20 views

excel macro to save as filename excel file and close open excel file

how to add a step at the end of an excel macro to save the processed excel file with name finaloutput.xls in given path on computer and then automatically close the active excel file without saving …
0
votes
1answer
27 views

latex command reflection

Hello *, I have the following use case: A table have a section, subsection or subsubsection heading like: \section*{Table name} \begin{tabular*} ... \end{tabular*} Because the table …
0
votes
1answer
52 views

Force Whitespace in C Macro?

I've got the following Macro to define a new function following a special naming scheme: #define CREATE_HOOK_STUB( func ) void ##func_STUB() { /* some code*/ } However, the preprocessor always …
0
votes
2answers
47 views

Macro too big to run, keeps ‘not responding’.

Hi I have now managed to write my macro but the whole thing stops responding, just a guess but i presume it is because it is asking to check too much data? I have about 3000 rows (but have even tried …
2
votes
1answer
77 views

Please refactor my macro in Scheme

I am learning hygiene and I tried to make a simple for loop in Scheme. I want to support three kinds of constructs as shown in example below (for i = 1 : (< i 4) : (++ i) (printf …
0
votes
1answer
36 views

Record Keyboard Macros in C#

How do I set my application to record keyboard macros. Like Shift-Alt-I would open Internet Explorer. I know that this feature is avaliable in Windows, but I don't think it's very good. I have a …
0
votes
1answer
8 views

Can I implement code snippets at runtime in vb?

I need to port an old Clipper app to vb.net. It relies heavily on user-written macros and indeed would be almost impossible to create without them. As VB is interpreted, I am sure it must be possible …
0
votes
2answers
30 views

Excel Macro help on SQL select remove column limit-Logged in!

Hi, Sorry I have just created an abccount and lost the thread for the last query I just placed. Anyone know how to link it back up with my openid? Query below. This is really another question linking …
0
votes
1answer
28 views

batch concatenating of png images to single file.

Hi, I want create texture atlas(matrix of images) from multiple images.Is their any applescript that can create image matrix.

1 2 3 4 5 27 next
15 30 50 per page