Pages

Tuesday, December 28, 2010

VBA Load Error

If you are using macros (VBA code) with UDIMagic, you may get the above error-message if you are using Office 2003 or above.

Here's how you can solve this issue:-

For Excel 2003
(a) Start MS-Excel
(b) Select option “Tools -> Macros ->Security”
(c) In the Security Window choose the “Trusted Publisher Tab“
(d) Click "Trust Access to Visual basic Project" and enable it.
(e) Click OK.
(f) Close MS-Excel

For Excel 2007
(a) Start MS-Excel
(b) Click the Microsoft Office Button, and then click Excel Options.
(c) Click Trust Center.
(d) Click Trust Center Settings.
(e) Click Macro Settings.
(f) Click to select the Trust access to the VBA project object model check box.
(g) Click OK to close the Excel Options dialog box.
(h) Close MS-Excel

For Excel 2010
(a) Start MS-Excel
(b) Select option "File > Help > Options"
(c) Click Trust Center.
(d) Click Trust Center Settings.
(e) Click Macro Settings.
(f) Click to select the Trust access to the VBA project object model check box.
(g) Click OK to close the Excel Options dialog box.
(h) Close MS-Excel

Remarks:-
This is to be done once only. No need to open any Excel sheet. Just start MS-Excel and change the settings as mentioned above.

Monday, December 27, 2010

Importing Standard Cost / Price data into Tally ERP 9 - Part II

This is further to my post titled Importing Standard Cost / Price data into Tally ERP 9

If you face problems (like existing Standard Price/Cost details get overwritten), then use the following tags :-

<STANDARDPRICELIST.LIST APPEND="Yes">
...RATE tag...
...DATE tag...
</STANDARDPRICELIST.LIST>

Or write to us at http://www.rtslink.com/supportdesk/

Saturday, December 25, 2010

Internet Explorer Work Offline mode

If the Work Offline mode is selected in Internet Explorer (See "File -> Work Offline" in IE), then the system enters a Global offline state. As a result, UDI-Magic cannot to Tally Software.

Solution:
Start IE and uncheck the option "File -> Work Offline" (remove tick). Next, retry using UDI-Magic to connect to Tally. If problems persists, write to http://www.rtslink.com/supportdesk/

Tuesday, December 14, 2010

Move Columns in Excel using VBA

Here's a sample VBA code that can be used to move data from Column AA in the Excel sheet to Column C.

    'Move column AB to C
    Columns("AB:AB").Select
    Application.CutCopyMode = False
    Selection.Cut
    Range("C1").Select
    Selection.Insert Shift:=xlToRight

Thursday, October 7, 2010

Excel 2007 - Error 800A03EC

In case, if you are using Excel 2007 and get the Ole Error 800A03EC while importing data into Tally using UDIMagic, then it is likely that VBA is NOT installed in your system.

VBA macros in 2007
Up to Excel 2007 you didn't need to install the Visual Basic Editor if you wanted to develop or run macros (VBA procedures). In Excel 2007 you must specify that VBA be installed when you install Excel from the Office CD. See how to install Visual Basic for Application for Excel 2007

Tuesday, September 28, 2010

Tally ERP 9 Release 2.0 - No Entries in Voucher

Voucher -Financial transactions.xls
In case if you get the aforesaid error while importing data from Excel into Tally using UDI-Magic, check for the XML tags and replace the tag LEDGERENTRIES.LIST with ALLLEDGERENTRIES.LIST .

If you are unable to do it, please contact us.

Monday, September 20, 2010

Unable to Fetch Tally Data, Quitting Application

This post is applicable for users of Single user Tally only

If you are using Single User Tally and if you get the above error message while importing data into Tally using UDI-Magic, then follow the underneath steps :-

1) Select "Start >> Settings >> Control Panel >> Administrative Tools >> Services"
2) Next, search/select "Tally License Server".
3) Right-click on it and select "Properties".
4) If the service is "Started", then click on the STOP button.
5) Next, change the "Startup Type" to  Disabled.
6) Click on "Apply" and then OK
7) Restart Tally and open your Company
8) Restart UDI-Magic and try importing data into Tally