A macro is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to an output sequence (also often a sequence of characters) according to a defined procedure. The mapping process that instantiates (transforms) a macro into a specific output ...
7
votes
0answers
254 views
Getting a structural type with an anonymous class's methods from a macro
Suppose we want to write a macro that defines an anonymous class with some type members or methods, and then creates an instance of that class that's statically typed as a structural type with those ...
3
votes
0answers
144 views
Eclipse CDT macro awareness in assembler files
Currently I am using Eclipse (3.5.x and 3.7.x) with the CDT plugin for several projects that contain besides .c and .h files also .S files with x86 (or IA64) assembler code.
The problem is, that in ...
3
votes
0answers
319 views
Is there a clean way to add functions to a dynamically created namespace?
I am creating a noir webapp, and I need to dynamically create new views and models. I've been following the noir examples, in which the view and the controller for a resource have separate namespaces, ...
3
votes
0answers
352 views
Eclipse c macro automatic formatting
I'm having a problem with using the automatic formatting in cdt. For the most part it works great but it seems to insist on putting the semiconlons after macro calls on a separate lines.
Is this a ...
3
votes
0answers
582 views
% style macros not supported in some C++/CLI project property pages under VS2010?
We're currently evaluating VS2010 and have upgraded our VS2008 C++/CLI project to the new .vcxproj format. I've noticed that a certain property we had set in the project settings did not get ...
2
votes
0answers
32 views
Remove leading “bullet” from a word document
I update a word document with an Excel macro
The Word starter has specific codes that may be preceded by a "Bullet" item (not just a period)
CtrlRep01
CtrlRep02
CtrlRep03
CtrlRep04
The ...
2
votes
0answers
74 views
How to programatically pickup list items from a word file and generate few others?
I don't know much MS Office VBA. I have tons (literally) of quiz questions in word files. Task is to create question papers for students. Word file contains 900 quiz questions categorized chapter ...
2
votes
0answers
98 views
Why might the Q_FOREACH macro break VS2010 intellisense?
I have a c++ project in VS2010 with Qt 4.7.4 and I frequently have problems with IntelliSense (as we all do...). A specific problem is that sometimes the function body (in the .cpp file) can't be ...
2
votes
0answers
73 views
How to optimize and improve a charting macro for MS Word?
This macro searches for all instances of 4 words in a table in the document. I limited the range by citing "ActiveDocument.Tables(3) AKA the third table in the document. I wanted to know:
(1) if ...
2
votes
0answers
101 views
how to load url from txt file and usng imacro
I have imacro enterprize edition.i want to load url from a txt file and visit the pages, and then fill a form. The form is the same for all the urls. For a single page, I can make the macro but cannot ...
2
votes
0answers
158 views
Displaying Outlook template using Macro
Basically I have a Outlook template which I need to use when I reply to a message. I can get it to successfully show by itself but when I add the original message to display under the template the ...
2
votes
0answers
294 views
Publishing an Excel Workbook in Sharepoint Site
i have an excel workbook and i need to publish that work book in a sharepoint site using Excel VBA. So Ihave Created a method in a module using below code
Private sc_Lists As SoapClient30
Public ...
2
votes
0answers
100 views
How can I call a macro with multiple arguments via the Visual Studio IDE?
In Visual Studio 2010, if a macro has one argument, you can call it from the Command window, the Find box, or the Immediate window, by typing
>Foo bar
where Foo is the macro name and bar is a ...
2
votes
0answers
111 views
further Linking to libcrypto for Leopard
Using XCode 3.2.5, I have recently changed my Base SDK from 10.5 to 10.6 (Deployment SDK is still 10.5) and have run into the same thing as mentioned in this thread:
Linking to libcrypto for Leopard?
...
2
votes
0answers
436 views
Word Macro to Save in specific Directory with Merge Field as File Name and Prompt
Background:
I have created an excel template to mail merge the fields into a word document and generate 5 different letters which would go out to ONE customer
Mission:
To have the word macro run an ...
2
votes
0answers
236 views
Visual Studio Macro - Logging Timestamps on Solution opens, closes, builds, etc
I've got a solution that takes a while to open. (5 minutes) Due to our processes and procedures I'm constantly jumping around between different branches of the same solution. I'm constantly closing ...
1
vote
0answers
9 views
trying to chart only positive values and have code which seems to take values but unable to copy paste… please please aid me
Have a table of values. Some of which are negative, some positive. I want to plot the positive values in a pie chart. I don't want to reorder the column.
I have code below which seems to separate out ...
1
vote
0answers
14 views
How to solve this macro error that only shows up when running in IIS?
I have developed a .NET application that access to an Access database. That Access database has some macros that generate PDF files using the info from the database. The application works perfect in ...
1
vote
0answers
16 views
Sorting strings in word macro
I need help with writing a function which will take an array of strings and sort this into a new array of strings based on only the number characters in the strings (ascending)?
say I have the ...
1
vote
0answers
16 views
How to display 'Tooltip' for a Group (textbox + images) Assigned to Macro?
Context:
I have several groups that I've made in Excel 2007 that each consist of a textbox and image(s) and are each assigned to a macro. What I would like is upon a mouseover/hover of the group, it ...
1
vote
0answers
38 views
Opening an MS-Access database from the command line without running any of the startup macros?
Is there a way to open an MS-Access 2003 database from the command line without running any of the startup macros or displaying any errors?
I looked at the command line arguments for MS Access and ...
1
vote
0answers
41 views
excel sheet becoming slow and hangs after a code in macro
i have recently added the below piece of code in my macro to sort/filter a sheet and find a particular value and apply some formating based on the value found cell
Sheets("Extract").Select
...
1
vote
0answers
55 views
Using Range.Offset but “User-defined type not defined” popup in VBA
I write a simple function in the Modules as follow:
Function allocate(ByVal pq As PriceQtyClass, ByVal al As AllocationClass) As Boolean
Dim tmpRange As Range
Dim tmpDic As Dictionary
...
1
vote
0answers
47 views
Preprocessor target checking
I wanna use preprocessor commands to test which target i'm compiling for.
Every egs i read told to do that :
-Add a preprocessor macro in my target.
-Do this :
#ifdef TARGET_NAME_MACRO
...
1
vote
0answers
32 views
Using a #define in build output name in Visual Studio
I'm using Visual Studio 2010 for a C/C++ project. As far as version numbers go I like to have a revision and build date; for example "Project 1.0 R2 Apr 21 2013". I display this at startup, so I can ...
1
vote
0answers
37 views
macro to check if the return value of a function is being checked
I have a function
void *custom_get_value(ObjectPtr)
This function traditionally never used to return NULL.It can return any of the following values
uint32_t
int32_t
uint64_t
int64_t
uint8_t
...
1
vote
0answers
58 views
Document C in Doxygen despite usage of macros?
I have macros in C source files that generate function declarations as well as for structures.
I made the decision to use doxygen in order to document them, but as long as my source file does not ...
1
vote
0answers
89 views
vba macro make all shapes and pictures to inline with text
I want to write a macro which converts all the shapes and pictures in my word document to inline with text.
The code that I am using converts all shapes(which are edited by drawing tools) to inline ...
1
vote
0answers
16 views
Am I able to make an addin that includes a set of macros that it will use?
Before I talk about what I am trying to get done, here are all my details on what I have done:
I have made a Macro Project named "XSMacros"
Here is what I'd like to do:
I want to make a VS Add-In have ...
1
vote
0answers
22 views
Can you run an outlook vb module without being logged into the client
I have a VB module in a non-person mailfile. I need it to run continuously without anyone being logged into that outlook account. It just detaches excel attachments and will place them on a network ...
1
vote
0answers
13 views
How do I determine a MS Word style's styleId in a macro?
A saved word document saves its style definitions in a single location (styles.xml) and references those styles in the document (document.xml) by the styleId. The styleId can be different than the ...
1
vote
0answers
81 views
Excel Ribbons Doesn't work after file rename
Heyy
I have been creating Macros and then adding them to the customized ribbons on excel (2010). The problem I have is that each time I rename the original file (save as) that i created the macros and ...
1
vote
0answers
37 views
Is This Possible through an Outlook Addin
I need to create an Outlook(2010) Addin which does the following things:
-If an email is Dragged and dropped into Windows explorer (not within Outlook Folders) it
Changes the File Name to the ...
1
vote
0answers
30 views
How do you hide code based on macro definition?
With VisualStudio/Resharper we get a useful feature which hides code (or turns it to another color) based on macro definition. For example:
#ifdef DEBUG
if(!is_DEBUG_defined)
{
// Make code gray
...
1
vote
0answers
50 views
Code signing VB Macros for a word doc… Code Cert issued and installed.. But macro still not trusted
So, I have a word document that has a VB Macro attached. Our company policy does not allow Macros to run without it being signed by an authenticated authority that I trust.
I have a Enterprise CA. I ...
1
vote
0answers
90 views
OpenOffice Macro to Access Contents of a Table
I wrote a Macro, which should take two Dates (dd.mm.yyyy) as a String from a table in an OpenOffice Document (Writer, not Calc). These two Dates should be merged to this:
ddmmyyyy-ddmmyyyy. This ...
1
vote
0answers
210 views
Macro to copy data from multiple .msg files and paste into single .xlsm file
Required an outlook macro or an excel macro to automate the following process.
More than 30 (30 to 70) outlook mails are stored in “C:\Test” folder in .msg format.
These mails contain information ...
1
vote
0answers
341 views
MS Word VBA macros does not resize pictures
I'm using VBA code like this to decrease the images in my document to fit the printable page width:
Dim myPageWidthWithoutMargins As Single
myPageWidthWithoutMargins = ...
1
vote
0answers
153 views
macro for adding rows automatically in excel
I have an excel sheet with thousands of entries as shown in Table A below. Now, because of
some requirement change, I want to add 3 additional 'TAGS' for each 'Name' as shown in Table B. For example, ...
1
vote
0answers
155 views
Need to create a sort of GREP macro in Word
I need to create a macro that will work with multiple Word documents.
Document 1 is a requirements listing.
Document 2 is a test procedure.
Documents 3 through n are test procedures, but may not ...
1
vote
0answers
75 views
Graph Multiple Series with Column Value Evaluated
I am pretty new to macro, and have always been working with easier language like SQL.
Any help will be greatly appreciated!!
I am pretty sure my code looks funny and amusing~
Goal:
GRAPH COLUMN(H) ...
1
vote
0answers
163 views
Java and iMacros
I'm trying to follow this tutorial, regarding using Java with iMacros, but it isn't working. I'm getting an error saying "Could not find or load the main class" even though there is clearly a main ...
1
vote
0answers
167 views
mapping xml node to user defined data type in F#
Trying to convert an XML file (e.g. a list of sales record) to a list of type_sales in F#.
but i don't want to write something like:
xmlnode.product = typesales.product
xmlnode.price = ...
1
vote
0answers
133 views
macro to copy text from excel range and find the text in word document
i have document in french language and i want to highlight those words in English UK. i tried macros using language ID, but it finds only whole sentence but not english words in whole french sentence ...
1
vote
0answers
156 views
Timer for a delayed macro on a Logitech G110 keyboard with Lua
So I've got my first macro capable keyboard (Logitech G110), and would like to utilize it for my gaming. However, my education in programming ended halfway through C programming.
I am looking for help ...
1
vote
0answers
26 views
visual studio 2010 c++ collapse a specific macro
I have a lot of code that contain a macro used for logging LOG_MACRO and I want to collapse this in all my solution to better understanding the code.
Do know any visual studio options or tools that I ...
1
vote
0answers
82 views
git id in rpm spec summary to populate from %prep
in my rpm spec's %prep section I'm doing
if [ -d target ] ; then
git pull;
else
git clone;
fi
pushd target
%define _gitVer %(git rev-parse HEAD)
and want this in my rpm summary ...
1
vote
0answers
95 views
Overflow Error with Macro to come up with all possible combinations of column items
So I have this macro that loops through 7 columns and returns 7 other columns that contains every combination of the first 7 columns.
The error I'm having is that I used upper bound to get the ...
1
vote
0answers
262 views
Using LibreOffice Base by macros or any tools in Calc
I have a database in LibreOffice Base, two columns "articul" and "price". This database is registered in LibreOffice and I have access to this base in LibreOffice Calc. Can I get this data from cell ...
1
vote
0answers
41 views
Macro required to cycle through list on sheet 2 and fetch back info from sheet 1
I use this website a lot for complicated excel issues and find the knowledge base to be astounding - thanks :)
Now I have a "hard to explain" excel query I hope somebody can help with - I will ...

