Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
macro
- Page 1
macro to import excel files into another and automatically plot graph
Programming
Software Development
12 Years Ago
by chytech
Macro
to import excel files into another excel and another
macro
to automatically plot graph with the data imported from the excel file. Pls assist with a demo sample. Thank alot for coming to my aid
Re: Macro
Programming
Software Development
13 Years Ago
by Ancient Dragon
… will produce a "redefination" error message. Once a
macro
has been defined you have to undefine it before it… the remainder of the program from the point that the
macro
is defined to the end of the program file. Macros…
Macro
Programming
Software Development
16 Years Ago
by shahji
I am trying to create a
macro
which could copy information from a datasheet and past it …
Re: Macro
Programming
Software Development
16 Years Ago
by Tu22
[QUOTE=shahji;833208]I am trying to create a
macro
which could copy information from a datasheet and past it …
Re: Macro
Programming
Software Development
16 Years Ago
by shahji
… do not want to over write the information so the
macro
should offset/ go to blank row each time before pasting…
Re: Macro
Programming
Software Development
16 Years Ago
by Tu22
… do not want to over write the information so the
macro
should offset/ go to blank row each time before pasting…
Macro
Programming
Software Development
13 Years Ago
by Valiantangel
I was reading a book and it said "Mac names cannot be overloaded and the
macro
preprossor cannot handle recursive calls: #define PRINT (a,b)cout<<(a)<<(b) #define PRINT (a,b,c) cout<<(a)<<(b)<<(c) /*trouble?:redefines,does not overload*/ Can someone pls explain possibliy with examples?
macro building program help
Programming
Software Development
17 Years Ago
by TheBeast32
… <fstream> #include <cstring> #include "
Macro
.h" using namespace std; int main(int argc, char… endl; cout << "\nEnter the name of the
macro
: "; cin >> FileName; strcat(FileName, ".…; cout << "Enter the max time of the
macro
in seconds: "; cin >> MaxTime; MaxTime = …
Macro's saving Worksheet as Strange Name
Programming
Software Development
9 Years Ago
by Papa_Don
… pastes it into the original workbook (where the
macro
's originate) and then closes the existing file.… strPrompt As String Dim strTitle As String ' This
Macro
copies the Strategy Document and the PO Optimization Document… when the original spreadsheet is closed (by another
macro
), it is leaving the instance of the workbook …
Re: Macro in ASM problem with register!
Programming
Software Development
15 Years Ago
by wicked357
…mov edx, OFFSET string call WriteString pop edx ENDM ;
Macro
to take a 32-bit integer from user ;and …from user then output it ;x amount of times myMacro
MACRO
intNum:REQ, varName:REQ, buffer:REQ mWrite "…call Crlf call dumpregs ; for testing purpose ;Loop in
macro
to display the _string ;x(number) amount of time mov…
Re: macro building program help
Programming
Software Development
17 Years Ago
by Dave Sinkula
…fstream> #include <cstring> #include "
Macro
.h" using namespace std; int main(int argc, … cout << "\nEnter the name of the
macro
: "; cin >> FileName; strcat(FileName, &…cout << "Enter the max time of the
macro
in seconds: "; cin >> MaxTime; MaxTime …
Macro parenthesis and sscanf
Programming
Software Development
14 Years Ago
by Jamesbch
…, I've a tricky issue with a use of my
macro
. I specify the max length of a string parsed by… sscanf with a
macro
define. Since I write all of my
macro
value between parenthesis (if it is…. Is there any way to remove the parenthesis with a
macro
or to cancel them in the code ? I hope someone…
Re: macro key combo
Hardware and Software
6 Years Ago
by rproffitt
…something, I install a
macro
app and then create a
macro
. Since there are dozens of
macro
apps that's about … have checks and anticheat systems to detect and disable
macro
systems. All that seems to work now are keyboards… that have
macro
systems. Example: https://www.amazon.com/slp/keyboard-with-
macro
-keys/gnyyx93vhu2484f
Re: Macro for dynamically allocate multidimensional arrays
Programming
Software Development
17 Years Ago
by vidaj
…) allocate_cube(int, var, 1, 2, 3); else ....[/CODE] If the
macro
was written with only a {} block, and not a do…{...} while(0), because of the trailing ; after the
macro
call, the if-statement is interpreted as having only one… functions in this case is that my
macro
is type-neutral, i.e. the same
macro
can be used to allocate strings…
Re: Macro for dynamically allocate multidimensional arrays
Programming
Software Development
17 Years Ago
by Salem
…of the standard techniques to ensure that a multi-line
macro
such as this always appears as a single statement. … need to specify the type as a parameter to the
macro
. All the size information is available via the var,…***result = alloc_cube( result, x, y, z ); return result; } [/code] The
macro
still does all the donkey work, but it's use…
Macro in ASM problem with register!
Programming
Software Development
15 Years Ago
by wicked357
… I think I have narrowed the problem down to the
MACRO
I made for reading in integers the ECX register isn… if you make the counter 0. Here is my
MACRO
: [code] mReadInt
MACRO
intNum:REQ push eax push ecx mov eax, OFFSET…
Macro Program
Programming
Software Development
15 Years Ago
by skateatvu
… buddies said it would be good practice to make a
macro
program.So i was wondering how would i go about… program needs to be able to do the following. Record
Macro
Sessions,and be able to pause the play or stop… it all together. Save
Macro
Sessions for further use,or Delete them. Pause,Play and…
Macro code To Find URL from anchor tag in excel
Programming
Software Development
14 Years Ago
by harikumar86
Hi Here i have found
macro
code to extract URL from hyperlink(anchor tag) in MS … any name for macros and press enter key. Type the
macro
code here in the Visual basic code window which appear… in it.
MACRO
CODE: [B]Sub run() On Error Resume Next For Each…
Macro does not read Module
Programming
Software Development
14 Years Ago
by kjet1
… for a form. The switchboard button calls a
macro
which will then invoke a
macro
to run the following code: [CODE]Public… End Function[/CODE] The code works when I run the
macro
, I get this error message: "The expression you entered…
Macro to fill the footer of doesn't work properly
Programming
Software Development
11 Years Ago
by hvebsr
… Times New Roman 6 pts. I made the following
macro
: Range("A1").Select ActiveWindow.View = xlPageLayoutView`… Range("A1").Select When I start the
macro
only a part of the centerfooter is filled. When… I start the same
macro
step by step everything is filled correctly. What …
Re: Macro for "Sumif/Vlookup"
Programming
Software Development
15 Years Ago
by shahji
… me. after a long research i have found the following
macro
which copies data based on a condition and runs a… Next End Sub one problem remains. i would like the
macro
to past value in front of the corresponding client. as… "0014" has a "700" code. this
macro
picks up all the balances which are "700"…
Re: Macro for "Sumif/Vlookup"
Programming
Software Development
15 Years Ago
by shahji
Hello everyone, I am posting a Vlookup
Macro
. thanks to Brian Baulsom. I hope…any questions please let me know. '========================================================= '- GENERIC LOOKUP
MACRO
TO '- FIND A VALUE IN ANOTHER WORKSHEET '- AND…containing the first search value '- and run this
macro
from there. '- can be set to continue …
Re: Macro in ASM problem with register!
Programming
Software Development
15 Years Ago
by wildgoose
You are using a
macro
within a
macro
, which normally isn't a good thing to do. BUT, …
Re: Macro in ASM problem with register!
Programming
Software Development
15 Years Ago
by wicked357
[QUOTE=wildgoose;923007]You are using a
macro
within a
macro
, which normally isn't a good thing to do. BUT, …
Macro Problems
Hardware and Software
Microsoft Windows
19 Years Ago
by jennilisanne
… they never work!! This is the code: Sub Chris() ' ' Chris
Macro
'
Macro
recorded 27/04/2005 by Jenni Parton ' Selection.TypeParagraph Selection…
Macro for dynamically allocate multidimensional arrays
Programming
Software Development
17 Years Ago
by vidaj
…need one. I have created this
macro
to allocate memory for a three-… \ } \ } \ } while(0)[/CODE] The
macro
is used in the following way: [CODE=C]int…
Macro condition not being executed, even when met
Programming
Databases
16 Years Ago
by helraizer
… ([Bid]). I have set up a
macro
for this: [code] mcr_addBid: Condition Action… isNull([Lot]) MsgBox isNull([Lot]) Stop
Macro
isNull([Bid]) MsgBox isNull([Bid]) StopMacro [Bid…
Re: Macro for dynamically allocate multidimensional arrays
Programming
Software Development
16 Years Ago
by trinadh1729
…need one. I have created this
macro
to allocate memory for a three-… \ } \ } \ } while(0)[/CODE] The
macro
is used in the following way: [CODE=C]int…
Macro for "Sumif/Vlookup"
Programming
Software Development
16 Years Ago
by shahji
Hello, i am working on a
macro
where i need to copy data from a sheet to …" or "Vlookup". i am looking for a
macro
which could replace these formulae. I have included a short…
Re: Macro for "Sumif/Vlookup"
Programming
Software Development
15 Years Ago
by shahji
thanks man, we are nearly there. the
macro
works for one client but it does not pick the … the 2nd client and 0027A2 is the third client. the
macro
stops at first client (0014) and pastes the value. i…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC