Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Running Vba Script In Excel
Kart
post Aug 12 2006, 06:23 AM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 12-August 06
Member No.: 15,140




Hi,

I need help.
Im generating a excel file using jakarta poi.

I have added a vba to my excel template so that
it creates a chart on file open using the data populated using
the poi map.

Now this works fine in a windows machine.
But on a linux machine the vba does not execute.

I need to release my prod in linux too and im losing time.

Is there any workaround for this????

Thanks in advance
Karthik
Go to the top of the page
 
+Quote Post
yordan
post Aug 12 2006, 10:27 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



QUOTE
I have added a vba to my excel template

Are you talking about Microsoft Visual Basic ? Do you mean that you want to run a microsoft thing on a Linux machine ?
Go to the top of the page
 
+Quote Post
Kart
post Aug 14 2006, 10:54 AM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 12-August 06
Member No.: 15,140



yes i need to run a microsoft vbscript on linux machine.
like i can open a microsoft .xls file in openoffice but why not some method to run a
script in openoffice




QUOTE(yordan @ Aug 13 2006, 03:57 AM) *

Are you talking about Microsoft Visual Basic ? Do you mean that you want to run a microsoft thing on a Linux machine ?

Go to the top of the page
 
+Quote Post
iGuest
post May 24 2008, 09:36 PM
Post #4


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Replying to Kart
Look into gpsbabel. It can convert many formats of gps information to many output formats including csv.

-reply by Glenn B
Go to the top of the page
 
+Quote Post
Darasen
post May 25 2008, 03:32 AM
Post #5


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 138
Joined: 3-April 08
From: Milling about
Member No.: 29,596



I see this is a truly old post. None the less Since the Feedbacker (whatever that is) has decided to raise this zombie of a post I thought I may as well add some insight.

QUOTE
Are you talking about Microsoft Visual Basic ? Do you mean that you want to run a microsoft thing on a Linux machine ?


No he was talking about Visual Basic for Applications. It is close but not quite VB. Features put in with VBA will only function in Office. VBA is not a fully compiled language like C++ or even VB. Nor is ti a scripted language like HTML or JavaScript. Instead it is compiled on load. So when a document with VBA coding is opened it is at that point that the VBA is compiled. Thus the only application that will use the VBA coding is the only one that can compile the code in question MS Office.

Access works slightly differently.
Go to the top of the page
 
+Quote Post
iGuest
post Jun 12 2008, 10:01 AM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



VBA Trial Script for Excel
Running Vba Script In Excel

Hi There,



I created a excel sheet with some vb scripting for a client. I want to include a trial period in this so I can give it out to clients to test and if they like it they can buy it. Does anyone know how to do this?





Swannie



-reply by Gert Swanepoel
Go to the top of the page
 
+Quote Post
iGuest
post Jul 7 2008, 07:43 AM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



connecting unix with excel
Running Vba Script In Excel

Hi,
Can anyone suggest me how to connect a file present in unix server to load data in excel using vba code.


-question by Sweta Kumari
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. A Script For You!(0)


 



- Lo-Fi Version Time is now: 8th September 2008 - 03:11 AM