31 May 2012

How to draw PLINE in AutoCAD and How to draw PLINE in AutoCAD using AutoLISP.


                    Hi Friends,in this article i will explain about how to draw PLINE in AutoCAD and How to draw PLINE in AutoCAD using AutoLISP.

How to draw PLINE in AutoCAD.

Open AutoCAD and in the command  type PL or PLINE.
It will ask

8 May 2012

how to give the hatch to the rectangle in autolisp. | Hatch in autolisp |Give hatch to rectangle in autolisp


   Hi friends ,in this article i will explain about how to give the hatch to the circle in autolisp.

In previous article i explained about how to give the hatch to the circle in autolisp.

First of all open the  Visual Lisp Editor in autocad

Open AutoCAD --- click on Tools --- click on AutoLISP----click on Visual LISP Editor .

After open the Visual LISP Editor write the following code .

how to give the hatch to the circle in autolisp. | Hatch in autolisp |Give hatch to circle in autolisp


                       Hi friends ,in this article i will explain about how to give the hatch to the circle in autolisp.

First of all open the  Visual Lisp Editor in autocad

Open AutoCAD --- click on Tools --- click on AutoLISP----click on Visual LISP Editor .

After open the Visual LISP Editor write the following code .

2 May 2012

How to open another excel file from macro | How to open another excel file in vba | open an excel file in vba


                  Hi Friends, in this article i will explain about How to open another excel file using Macro in Excel 2007.

                              A macro is a set of operations for a spreadsheet. Suppose if you want to open new excel file, the file name is in A1 ,for that we can write the code in Macro and Run the macro then the file will open.

How to create Macro in Excel | Simple example for macro in excel | how to display alert in Excel


                      Hi Friends, in this article i will explain about How to create Macro in Excel 2007.
                   A macro is a set of operations for a spreadsheet. Suppose if you want to open new excel file, the file name is in A1 ,for that we can write the code in Macro and Run the macro then the file will open.