Interpreting macro names in RTL

I was wondering if someone could help me understand the macro naming in the RTL.
e.g.,
mcu_readdp_dp_msff_macro__stack_66c__width_65
mcu_readdp_dp_and_macro__ports_2__stack_1l__width_1
mcu_readdp_dp_nand_macro__ports_4__width_1
mcu_readdp_dp_nor_macro__dnor_4x__ports_3__width_1
mcu_readdp_dp_nor_macro__ports_3__width_1
I think I understand width, ports and the transistor sizing (4x) parameters.
Could someone help me with the stack parameter? On a related note,
how is this info passed on to the synthesis tool? The implementation
of the macros seem to use the same underlying module irrespective of the
parameters. For instance, both the nor macros above instantiate the same
'nor3' module.

AI doesn't even retain its own layer/ sub-layer/ group names after shuffling stuff around, so take a guess how likely it would be to achieve what you want. Or in otehr words: Unless the PDF was created from AI and has the editable data attached, this is very much a hopeless case. And I'm not sure if your sideway use of layers in ID is a good way of managing your data to begin with. I think you're trying to see something in them that they aren't. They're not per se "layout layers", but rather just a secondary meta structure for versioning or multi-language docs to define specific dependencies. Otherwise ID isn't much different from AI - it uses arranged objects and doesn't care about a strict layer metaphor or stacking. As long as it gives the desired appearance, it will group and arrange objects in whatever ways you fancy and that is defined on the per-object level as a property of the object, not a document layer or something...
Mylenium

Similar Messages

  • How can I validate a text input string whether it is macro or a macro name ..

    Hi All,
    I have a Text input in which I have to enter only a macro or macro name.If it is not entered properly I have to throw validation errors.
    Please guide me through to get this validation work properly.
    Thanks in advance to all
    Munira

    Unfortunately, there's no way to set up a field so that the text is guaranteed to be vertically centered in both cases. If you set it up so that rich text formatting is enabled, it's possible for a user to vertically center, but it's not something you can preconfigure so that it will remain in effect when the field is cleared. For a user to do this, with the focus set to the field they'd have to display the Properties toolbar (Ctrl+E), click the "More..." > Paragraph > Alignment > Text Middle [button]

  • Changing name of macro in Background activity

    Hello Experts,
    Currenly we are working on SCM 5.1 version.
    I am facing one issue. Whenever I changes macro & move to production through transport request & that macro if we used any activity(Background job) in production then the macro name changes to some technical name.
    Do we have any SAP notes or something to resolve this issue?
    Thanks & Regards
    Sujay

    Hi Sujay,
    We have also faced this issue.
    What we have observed is. If you transport a macro, then modify and save it in the destination system and after that you send another transport later on. This problem occurs. We were unable to find a note or solution to this rather than fix it manually.
    What we learnt was never to make a macro change in production directly. What happens in that case is, its internal GUID changes and when we transport from another system, the old GUID comes in. However all of background jobs are pointing to the old GUID and hence the mismatch.
    Hope this helps.
    Thanks
    Mani Suresh

  • Function ROUND() in Macros with APO 4.0

    Hi,
    We are facing problems with using the Round Function in SNP Macros.
    As per SAP Documentation, ROUND( X ; Y ) rounds X to Y decimal places. The arguments can be numbers that you enter in Operator/function dialog boxes, as well as cell(s), row(s) or column(s) from the planning table or the auxiliary table.
    - Round Function is taking the constants as Argument X and giving the required output.
    - However, it doesnot give any results when used with Auxillary KF/KF given as Argument X. During the macro design, no error is provided. In the Planning Book on execution, It gives a dump with message - Unable to interpret "KF Name" as a number.
    In case anyone has worked with the function, inputs would be greatly appreciated and suitable awarded
    Thanks and Regards,
    regards,
    Sudhir

    In the first place, can you explain why you need the function through a macro when it can be done in dataview configuration. IN the transaction /SAPAPO/SDP8B, you can always enter the data view and click on edit and then right click on the auxilary KF to setup the decimal precision required. I am not sure if you are trying to achieve the same functionality through a macro.

  • Bug in autosmart port macros

    Good morning,
    I'm observing what appears to be a bug in the smartport feature on our SG300 switches. We use this for our Auto Voice VLAN. We are using our own user defined macro's in place of the ip_phone and ip_phone_desktop as we use native vlans different than what these macro's allow. I believe this to be a bug.
    Reproducing steps:
    1. Define user based macro - including anti macro:
    macro name user_ip_phone
    #macro description user_ip_phone
    #macro keywords $uservoice_vlan
    #macro key description: $uservoice_vlan: The voice VLAN ID
    #Default Values are
    #$uservoice_vlan = 30
    switchport mode trunk
    smartport switchport trunk allowed vlan add $uservoice_vlan
    spanning-tree portfast
    macro name no_user_ip_phone
    #macro description no_user_ip_phone
    #macro keywords $uservoice_vlan
    #macro key description: $uservoice_vlan: The voice VLAN ID
    #Default Values are
    #$uservoice_vlan = 30
    smartport switchport trunk allowed vlan remove $uservoice_vlan
    spanning-tree portfast
    macro name user_ip_phone_desktop
    #macro description user_ip_phone_desktop
    #macro keywords $uservoice_vlan
    #macro key description: $uservoice_vlan: The voice VLAN ID
    #Default Values are
    #$uservoice_vlan = 30
    switchport mode trunk
    smartport switchport trunk allowed vlan add $uservoice_vlan
    spanning-tree portfast
    macro name no_user_ip_phone_desktop
    #macro description no_user_ip_phone_desktop
    #macro keywords $uservoice_vlan
    #macro key description: $uservoice_vlan: The voice VLAN ID
    #Default Values are
    #$uservoice_vlan = 30
    smartport switchport trunk allowed vlan remove $uservoice_vlan
    spanning-tree portfast
    2. Apply these to the built in macros:
    macro auto user smartport macro ip_phone user_ip_phone $uservoice_vlan 30
    macro auto user smartport macro ip_phone_desktop user_ip_phone_desktop $uservoice_vlan 30
    3. Set an interface to the following:
    int gig1
    switchport mode trunk
    switchport trunk native vlan 10
    spanning-tree portfast
    spanning-tree bpduguard enable
    4. Apply an IP phone to the interface and it will apply the user_ip_phone macro:
    int gig1
    spanning-tree portfast
    spanning-tree bpduguard enable
    switchport trunk allowed vlan add 30
    switchport trunk native vlan 10
    macro description user_ip_phone
    !next command is internal.
    macro auto smartport dynamic_type ip_phone
    5. This is normal behaviour and is what we are expecting. We also expect that when the switch reboots or the interface is changed, the anti macro no_user_ip_phone should be used.
    6. Two strange behaviours occur throughout the course of a reboot.
    On firmware 1.4.XX, when the switch reboots the anti macro is performed on the interface - however, the no_ip_phone macro is used instead of the no_user_ip_phone. This removes the native vlan information which is what we do not want and we are left with:
    int gig1
    spanning-tree portfast
    spanning-tree bpduguard enable
    switchport trunk allowed vlan add 30
    macro description "user_ip_phone | no_ip_phone    | user_ip_phone"
    !next command is internal.
    macro auto smartport dynamic_type ip_phone
    On firmware 1.3.5X, when the switch reboots - the same occurs and the anti macro no_ip_phone is run but the config remains the same for some strange reason:
    int gig1
    spanning-tree portfast
    spanning-tree bpduguard enable
    switchport trunk allowed vlan add 30
    switchport trunk native vlan 10
    macro description "user_ip_phone | no_ip_phone    | user_ip_phone"
    !next command is internal.
    macro auto smartport dynamic_type ip_phone
    However on firmware 1.3.5X, I have observed on multiple occasions on different switches, the statement: "macro auto user smartport macro ip_phone user_ip_phone $uservoice_vlan 30" being removed from the config after reboot which sees the default ip_phone and no_ip_phone macro run.
    Impact
    This is causing a massive impact on our environment. We've had the last few years on version 1.3.5 and the user macros have worked apart from when the switch has rebooted after being in operation for a few months, this is when the "macro auto user smartport macro ip_phone user_ip_phone $uservoice_vlan 30" gets removed and users cannot get data on their port. This has been hard to debug and investigate and seems to happen randomly.
    This is why I have tried upgrade to the 1.4.XX firmware, but have discovered the behaviour is even worse and the behaviour I outlined above happens on every reboot of the switch.
    We have about 20 to 25 SG300's in production, only one of which is still within it's 12 months, and I cannot troubleshoot with this switch as it's heavily used. Therefore I cannot approach Support directly with this as there are no switches to troubleshoot on - however, I do feel the above behaviour can be reproduced and I suspect there must be some sort of bug in the macro (anti-macro) application on ports following a reboot.

    Hi Tim,
    I saw this problem in 1.4 while not in 1.3.5.
    Now there is a solution for this issue, which is to add the trunk native vlan setting to the user defined macro so that it will finally be recovered after reboot.
    no macro auto user smartport macro ip_phone_desktop
    # disassociated the user macro
    macro name u_ip_phone_desktop
    #macro keywords $u_native_vlan $u_voice_vlan
    #macro key description: $u_native_vlan: The native VLAN for trunk
    #                       $u_voice_vlan: The voice VLAN ID
    #Default Values are
    #$u_native_vlan = 10
    #$u_voice_vlan = 30
    #the default mode is trunk
    smartport switchport trunk allowed vlan add $u_voice_vlan
    smartport switchport trunk native vlan $u_native_vlan
    no macro description
    spanning-tree portfast
    macro name no_u_ip_phone_desktop
    #macro keywords $u_voice_vlan
    #macro key description: $u_voice_vlan: The voice VLAN ID
    #Default Values are
    #$u_voice_vlan = 30
    smartport switchport trunk allowed vlan remove $u_voice_vlan
    no macro description
    spanning-tree portfast auto
    macro auto user smartport macro ip_phone_desktop u_ip_phone_desktop $u_native_vlan 10 $u_voice_vlan 30

  • Word macro from Forms

    How can I start a macro in Word from Forms with the DDE-package? For Excel I use this command ('update' is the macro-name):
    DDE.Execute(ConvID, [run "'test.xls!update"]', 10000);
    Does anybody know the right approach for a Word macro?
    Thanks.
    null

    You should use OLE2 instead of DDE.
    Use this procedure if you're using Word version >= 97:
    PROCEDURE RUN_MACRO(cMacroName VARCHAR2) IS
    objWordApp OLE2.OBJ_TYPE := OLE2.CREATE_OBJ('WORD.APPLICATION');
    objArgList OLE2.LIST_TYPE := OLE2.CREATE_ARGLIST;
    BEGIN
    OLE2.ADD_ARG(objArgList,cMacroName);
    OLE2.INVOKE(objWordApp,'Run',objArgList);
    OLE2.DESTROY_ARGLIST(objArgList);
    OLE2.INVOKE(objWordApp,'QUIT');
    OLE2.RELEASE_OBJ(objWordApp);
    END;
    you can contact me for further explanation.
    Carlos

  • How to use a macro with AAA Authorization set?

    So!
    We have ACS version 4.1, and one goal is to start working on authorization sets for groups. I am able to get basic commands to work, but was curious about making a macro work without having to allow all of the commands that are actually contained wihtin the macro itself.
    I'm looking into this to promote standardization and minimize confiugration issues/inconsistencies on ports accross swtiches in our environment.
    The macro I created is used for configuring a port on a swtich to change its VLAN.  Basically as follows:
    macro name T2
    Description $DESC
    switchport mode access
    no cdp enable
    switchport access vlan $STATIC
    switchport port-security
    switchport port-security aging time 2
    switchport port-security violation restrict
    switchport port-security aging type inactivity
    storm-control broadcast level 25.00
    storm-control action trap
    switchport nonegotiate
    no lldp transmit
    no lldp receive
    #macro keywords $DESC $STATIC
    In ACS I've created a shell command authorization set, and allowed 'macro' with 'permit apply T2' and 'permit trace T2'.  This works fine and allows me to use those macro commands.  The problem I'm having is that every command in the macro is not allowed in the authorization set, so when I run the macro it fails for each command.
    I don't want to allow each individual command in the authorization set as it would then allow jr. admins the ability to make config changes on ports that would be outside of our standard.  For example they could get into a port and forget to disable CDP and LLDP, casuing inconsistencies accross the envrionment.  Is there a way to run these macros without putting all of the commands in the authorization set?

    Hello Eric,
    Please see the below link for configuring Macro and how you can use them with AAA
    http://www.cisco.com/en/US/docs/switches/lan/auto_smartports/12.2_55_se/configuration/guide/configure.html

  • How to open a macro in .odt file from command prompt

    HI,
    This is sekhar.I m facing a severe problem mentioned below.
    i have some macros in my ooDoc_w_makro.odt file.i have to start a particular macro from command promt .
    i have tried the following thing.
    C:\\Program Files\\OpenOffice.org 2.0\\program\\soffice.bin C:\\Test\\Makro\\ooDoc_w_makro.odt -invisible -headless -nofirststartwizard \"macro:///AnswerMsg()\"";
    AnswerMsg is my macro name to be started. but it is not opening the macro.
    please help me in this regard.and send me the sample code .
    Thanks in advance.
    sekhar

    Hi Frank,
    Thanks for your feeback.
    I am using forms6i.Basically our application was migrated from 4.5 to 6i two years back. Due to some reasons our technical team members are insisting us to store the template FMB's into the database to do the coding activities at site.
    Once in a month we are receiving the live dump for test database.Hence the problem.
    Please suggest the easiest way to store the template FMBs in the database.
    Thanks & Regards,
    G.S

  • Messages using macro

    Hi All,
    I am doing some validation based on line items of user exit for PO creation (ME21N) and  PO creation (ME22N) and wanted to show warning messages for each line item .
    With macro its working fine messages are getting triggered but displayed message only for the first line items.
    my question is how to append the messages in message where it displays all the messages for all line items.
    Regards
    Sagar

    Hi Anurag,
    Thanks for your reply n what you understand is correct but I want to know that code to append the message.
    now I am putting messages just like
    macro name  ' '  ' '  ' '.
    here in this way they display the message but not all the messages means only for first line item.
    Please do tell me the that standard way of appending message.
    Thanks
    Sagar

  • Macro not working in BEx Analyzer

    Can you please explain why my Macro is not working?
    We're on BI 7 with Excel 2007. I have done the following:
    1) Open Workbook from BEx Analyzer and the result display on the worksheet. The was inserted in C10 and therefore, the result was display from C10 onwards.
    2) I have created a Macro with the following code:
    Sub Macro1()
    ' Macro1 Macro
        Range("C5").Select
        With Selection.Interior
            .Pattern = xlSolid
            .PatternColorIndex = xlAutomatic
            .Color = 65535
            .TintAndShade = 0
            .PatternTintAndShade = 0
        End With
    End Sub
    3) When click to run the Macro manually, I can see the color of C5 is changed.
    4) Now I have include this Marcro in Workbook Setting ->Exits tab, Run Macro on Refresh. Here I enter my Marco name.
    5) In Workbook Setting ->General tab, I also set the Refresh Workbook on Open option.
    6) I have also set the Trust Center setting: select Trust access to the VBA project and Enable all macros.
    7) Then I save the Workbook.
    8) when I re-open the Workbook, the color of C5 is not change!!!
    Can you please help.

    Aglukas,
    Thanks again. I understand the name of the Macro can be anything and this is how to create the Macro:
    1) Run workbook, the query result display on the screen.
    2) In Excel 2007, I click on Developer tab ->Macro.
    3) Enter Macro name (Macro1) and click on Create button.
    4) I have VB editor open with following:
    Sub Macro1()
    End Sub
    5) So added the following code to Macro routine in VBA Module:
    Sub Macro1()
    With ThisWorkbook.Sheets("Sheet1")
    Stop
    .Activate
    .Cells(15, 1).Interior.Color = RGB(220, 254, 250)
    End With
    End Sub
    6) I then added the Macro1 to Workbook Setting ->Exit tab, and click on Add Macro button.
    When I run/refresh the workbook, I didn't get into debug mode at all!!!
    What is wrong in above steps?
    Please advice, thanks.

  • Macro not working in BEx Analyzer (Refresh selection Screen)

    Hi All,
    We have migrated work book for 3.x to 7.x and work book having lot of macros calculated and using multiple quires in single work books for inpt selection screen written Macro same macro is not working after Migration to 7.x
    7.X Macro code below..
    Sub BW_Prod_Year_Summary()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("E9")
    End Sub
    Sub BW_Prod_Year_Summary_Period()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("G9")
    End Sub
    Sub BW_Query_for_YTD_and_Monthly_View()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("J9")
    End Sub
    Sub BW_Prod_Perform_prev_month()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("M9")
    End Sub
    Sub BW_Prod_Perform_prev_month_Detail()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("P9")
    End Sub
    Sub BW_3_Months_Volume_Comparison()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("S9")
    End Sub
    Sub BW_Query_for_Current_RE()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("E40")
    End Sub
    Sub BW_Query_for_Previous_RE()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("G40")
    End Sub
    Sub BW_Query_for_Business_Plan_this_year()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("J40")
    End Sub
    Sub BW_Query_for_Actuals_last_year()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("M40")
    End Sub
    Sub BW_Query_for_Forecast_next_year()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("P40")
    End Sub
    Sub BW_Query_for_Forecast_Accuracy()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("S40")
    End Sub
    Sub BW_PDR()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("E132")
    End Sub
    Sub BW_SDR()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("G132")
    End Sub
    Sub BW_TDQ()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("J132")
    End Sub
    Sub BW_SSDR()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("M132")
    End Sub
    Sub BW_DDR()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("P132")
    End Sub
    Sub BW_Blocked_Stock()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("E195")
    End Sub
    Sub BW_Age_of_Stock()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("G195")
    End Sub
    Sub BW_Historical_WOS()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("J195")
    End Sub
    Sub BW_Current_WOS()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("M195")
    End Sub
    Sub BW_Current_WOS_Details()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("P195")
    End Sub
    Sub BW_Historical_STO()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("E243")
    End Sub
    Sub BW_Future_STO()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("G243")
    End Sub
    Sub BW_Product_Groups()
    Run "BExAnalyzer.xla!SAPBEXrefresh", False, Range("J243")
    End Sub
    Please help me on this..!!
    Thanks
    Prakash

    Aglukas,
    Thanks again. I understand the name of the Macro can be anything and this is how to create the Macro:
    1) Run workbook, the query result display on the screen.
    2) In Excel 2007, I click on Developer tab ->Macro.
    3) Enter Macro name (Macro1) and click on Create button.
    4) I have VB editor open with following:
    Sub Macro1()
    End Sub
    5) So added the following code to Macro routine in VBA Module:
    Sub Macro1()
    With ThisWorkbook.Sheets("Sheet1")
    Stop
    .Activate
    .Cells(15, 1).Interior.Color = RGB(220, 254, 250)
    End With
    End Sub
    6) I then added the Macro1 to Workbook Setting ->Exit tab, and click on Add Macro button.
    When I run/refresh the workbook, I didn't get into debug mode at all!!!
    What is wrong in above steps?
    Please advice, thanks.

  • Macros in BI7

    Dear All,
    How to migrate/use the 3.5 macro code in BI 7 workbook environment...wats the function used to call macros..
    in 3.5 we will use SAPBEx on Refresh.. what abt in BI 7.
    By
    Reddy

    My Question was
    In 3.x will use Sub SAPBEXonRefresh(queryID As String, resultArea As Range).. to call macro..
    But where as in 7.0 wats the function used to call macro.. and this macro name we need to provide in the exit tab of the workbook settings..
    Pls provide me the solution.
    By
    Reddy

  • Macros in Bex

    Dear friends,
    Please give me some information about Macros in BEx, I know that we can write some VB code in Workbook. But I want to clear picture on that, can you please send any documents on Macros to [email protected]
    Thanks
    Ganga.

    Hi,
    To create macro, menu tools->macro->macro->macro name and 'create', code check threads and bw expertonline
    replacing '#'-sign for 'not assigned' in queries
    Replace the default u0091#u0092 in BEx
    http://www.bwexpertonline.com/downloads/boeke04.doc
    The steps to do the same
    1) In excel menu Tools->macro
    2) Enter the macro name say SAPBEXonRefresh
    3) click 'create', will go to visual basic editor
    4) To display '#' as '', paste the following code
    Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
    Dim c As Range
    For Each c In resultArea.Cells
    If c.Value = "#" Then c.Value = ""
    Next c
    End Sub
    5) Close the editor and click on refresh again.
    Pls chk this links; http://help.sap.com/saphelp_bw21c/helpdata/en/f1/0a55f9e09411d2acb90000e829fbfe/content.htm
    How to include VBmacros in workbooks
    Hope this helps,
    Regards
    CSM Reddy

  • Variable and column name

    Hi all,
    In an interface, I've got a column which has the same name as a variable.
    When I execute it in ODI 10g all is fine.
    With ODI 11g, it replace the column name by the variable one. If the variable has no value, I've got an SQLException.
    I believe it comes from the colon.
    In the execution code, I have
    INSERT ... VALUES PROJECT.NAME instead of NAME.
    I assume that ODI interprets the NAME with the variable name instead of the column name.
    Has anyone experienced it ?
    Thanks.

    Hi,
    I just tried to reproduce your issue, I didn't experience the case where ODI takes variable name instead of column name. ODI should be able to differentiate between column name and variable name with '#' Symbol prefixed to it. Any name prefixed with #, ODI thinks thats a variable and, it need to be declared in a package.
    In your case, looks like issue is not with the NAME, its with variable having no value. May be that ODI 10g has a default value. However, if a variable has no value, its definitely going to fail the process.
    Regards,
    K

  • Web Dynpro OfficeObject with VB Macros

    Hi all,
      I'm trying to employ an MS Word Template using the OfficeControl. The word template has macros in it, tied to buttons. When this is previewed in the Mime repository, the buttons are there and the macro runs. When the document is called in the WD, the Word document doesn't appear, just a big white box with SAP IOS instead of the place where the document would normally be previewed.
    Anyone know why this is and how to fix it?
    Thanks in advance.

    Hi, Patrick,
    I know this is a very old post, but I have got similar issues, so maybe you would be able to help. I have the same scenario + we would like to execute the macros directly from ABAP (macro is digitally signed by the customer). This looks impossible once you use setfields( ) method to do the mail-merge (I believe the macro's digital signature is lost then - the ACF protocol shows up the message - not signed).
    I tried opening two documents in the view at once (which looks impossible). When running the macro name ".macroname", it seems to look for .dot template in the default location C:\Users\"USERNAME"\AppData\Roaming\Microsoft\Templates\. We've got Office 2010, so .dotm template should be used. But ACF trace protocol shows a message that word cannot open this template:
    "(c:\users\"USERNAME"\appdata\...\.dot)". In fact, I only suppose the whole path is appdata\roaming..., because the protocol shows only this wrapper. It does not state the name of the file, but I suppose that Normal.dot is what it looks for.
    The office control itselft has a property "DocumentName". I would expect that this property has some meaning, but it seems it does not (if I try to run a macro "RealDocumentName.MacroName" - it states that there is no open document RealDocumentName.
    Now how to force the ACF to look for .dotm instead of .dot? Or did you find any other suitable solution? If I created a .dot template (in an older version of office - which I do not have right now), I suppose I would be able to let the customer to digitally sign the document. But how to distribute this kind of stuff to all the target PCs, that is very confusing (not all the users will have the same version of Office).
    Any push is greatelly appreciates.

Maybe you are looking for

  • Instrument I/O Assistant and Graphing

    Does anyone know how to use data taken from an Instrument I/O Assistant Input and put it into the y values of a graph??  I'm having issues with this because it returns values like "v 0" and "v 256" but I need just the number value to get a graph to w

  • New CertView Welcome Video

    !http://blogs.oracle.com/certification/0136.jpg! </a>This short Welcome Video walks you through the new and exciting things introduced with today's release of CertView. See it now!</a>

  • Flex User Level Handling

    Hi all, is there a profesional way of doing handling diffrent user levels.I mean suppose there are some work classes.L1,L2 L3..somthing like that. then, L1 user can do every function (add edit delete) L2 user can do some functions only..(add.edit) L3

  • From tiger to leopard on my iMac g4

    hello. i jist purchase an itouch send gen.. i tried to sync..but i cannot use it with Tiger os... so as far as going to leopard... can i install on my imac g4? im not sure if my computer is too old or not compatible with leopard. here is my computers

  • Size of LUW's

    Hi All, Iam trying to findout the no.of records the delta generated in R/3, Iam checking in RSA7 its showing some 651 in Totals column, i know that 651 stands for no. of LUW, when iam trying to display data in that datasource delta, its asking me for