Displaying 20 results from an estimated 50000 matches similar to: "VisualBoyAdvance and Wine(bottler) ?"
2003 Apr 12
2
Wine, M$Excel and MSCREATE.DIR
Hi,
Is it possible to get M$Excel working with Wine?
I use Mandrake 9.1 with wine-20030115-4mdk and M$Excel97 SR1
I always get an error about MSCREATE.DIR when I launch Excel.
Console messages are:
[steph@DeepGlue steph]$ wine /mnt/windows/Program\ Files/Microsoft\
Office/Office/excel.exe
fixme:ole:CoRegisterMessageFilter stub
Created not existing system directory 'C:\My Documents'
2008 May 02
6
Microsoft Scripting on WINE
I have a specialist piece of scientific software that I am trying to get to run in WINE (0.9.59 running in Ubuntu 8.04). I have installed the software, but when I run it I get a message saying "Microsoft Scripting needs to be installed. Please install the latest version of Internet Explorer."
Any ideas what to do?
2001 Mar 07
2
Excel on Wine
I have been playing with Wine for the past year and admiring its
progress.
I am most interested in running Excel on it. For a while, I had about
80% functionality out of it but lately it (Excel 5) has been crashing
before it is fully loaded. First it puts up a dialog window saying it
can't use shared objects and then another window saying it can't use VBA
and then crashes. Thus now
2007 Mar 19
4
running VBA code/macros within Linux
Hi,
.
I know you can run Windows applications using WINE (winehq.com), but has
anyone tried, say, running Word or Excel VBA code/macros based on Windows
run time libraries?
.
the thing is that in their faq
(http://www.winehq.com/site/docs/wine-faq/index) they don't even mention
this possibility and searching on; VBA Word, doesn't give you any hits,
even though WINE does link to windows
2008 Jul 09
4
Mac Wine.app Launcher
Hey,
I'm running Wine 1.1 on OS-X Leopard, and am trying to figure out how to tell Finder to open all files with a .exe extension to open with Wine. The only way I can think of is to create a new .app folder with just enough information to link to the actual Wine executable.
I took apart the .app package of jEdit and replaced all references to jEdit with ones for Wine, then symlinked the
2010 Apr 18
2
how to use Excel VBA's Shell() to call and execute R file
I have an R file R_test.R saved in C:\R_test folder. The R_test.R looks like
this:
setwd("C:/R_test")
rnorm(100)
write(rnorm(100),"data.txt")
q(save="no", runLast = F)
Next I would like use an Excel VBA/macro Shell() function to call R and
execute R_test.R file. The syntax is *Shell(pathname*[*,windowstyle*]*)*
I wrote an Excel macro RunRcode like this:
Sub
2010 Sep 16
3
Total noob question: Wine runs .exe but nothing happens.
I am a fairly new Ubuntu user. I just started using Wine and I'm trying to install a program. I downloaded the install file, set the permissions so it would run as an executable, and opened it in Wine. It opens a new button in the taskbar that says "opening [program].exe", which runs for a few seconds - and then, nothing happens.
Halp?
2011 Apr 12
1
Wine Prefix's and folders
Hey guys
ok basically, ive got linux and league of legends working finally. took a while, but now ive come into the following issue
to run league of legends, i need to have my prefix set to windows 2000, but steam, and all my other games that run fine with wine, like starcraft 2, need windows XP or windows 7 prefix's, but that damages league of legends from what ive read (i havnt tested this
2009 Jul 27
1
creating and populating an environment
Hi, I often work with R by writing long(ish) Excel-VBA macros
interspersed with calls to R via RExcel. A typical example of this would
be:
Sub VBAMacro()
'fetch some data from an excel sheet
'do some basic stuff on said data
'transfer data from vba to R
'run some R statements
'get data back to vba
'show results on the excel sheet
'clean R by deleting all vars
2013 Jul 12
2
Conexion excel vba con R y VBasic con R
Buenos días:
¿Hay alguna forma de conectar VBA de Excel con R, de forma que desde Excel
se puedan cursar instrucciones de R?, ¿ y V.Basic con R?
Gracias anticipadas.
Saludos
[[alternative HTML version deleted]]
2012 Apr 28
2
Equivalent of Nothing (in VBA) or [] in Matlab in R
Hi, I am very new to R so please excuse me if I am asking very obvious
questions.
I am trying to call a blackbox api function implemented in as a COM object
from R. The function definition says that
1. if calling from VBA, the first parameter should be set to "Nothing"
2. if calling from matlab, the first parameter should be set to []
What should be the equivalent for above in R?.
2008 Sep 18
13
Re: Autocad 2008 and wine
[quote="Dotan Cohen"]
Of course they will not rewrite the software in another technology.
However, had they known that running AutoCAD in Wine was important,
they might not have switched to .NET 3.0 before it runs in Wine.
Likewise, if you start letting them know _now_ that there is demand
for AutoCAD on Linux, then in the future they won't switch from .NET
3.0 to .NET 4.0 before it
2011 Apr 01
4
Rexcel path problem
Hi,
I am running a test to call an R script with in excel using VBA. My VBA
code is shown bellow. The middle section of this mail also includes the
content of my Rscript. The bottom part shows the error message form the
R console.
It seems that Excel is opening the R console without any problems.
The problem I am seeing is that Rinterface.RRun instruction is
interpreting the "\T"
2008 Jan 11
2
communicate from Rterm
Please, help with announcing an error from Rterm:
I am calling R from an Excel VBA and noticed that if there is an error
nothing conspicuous happens. I would like just a popup window when R
cannot finish cleanly. The "ret " value returned from Shell is useless
in determining what happened.
Thank you all.
*****************************
Public Sub Repo()
ds = InputBox("Type in
2010 Oct 27
1
R-Excel Macro mode
I'm using R-Excel's macro mode to make an R based Excel tool for inventory management. It's quite a lot of R-code which I made in R at first and now I am trying to transform it into excel. The R code is a simulation of a random path x times, put into matrices and then doing some transformations on it.
I pasted the R code on a seperate sheet in my Excel file, which by means of VBA I
2007 Jun 11
1
Starting R within an VBA makro
Hello everybody,
at work I want to start R within an VBA program.
First I calculate something in Excel 2003.
After that I want to start within my VBA makro R wich should start an R file, say i.g, superplot.R which plots me the data well.
So is it possible?
Maybe something like that:
sub test()
'calculate something
start R superplot.R
end test()
Thank you so much.
Kindly
2010 Feb 08
2
Physically open Excel file from R
Hello, everyone
I wonder if it is possible to PHYSICALLY open an Excel file from R.
The reason I ask is, I produce regularly an Excel file in R, and then
I want to make it look good, so I have a VBA routine in another Excel
file that works on the regular Excel file.
This formatting file executes VBA code on open, so all I need to do is
physically open it (no reading/writing at all). I wonder if
2013 Jul 12
1
Conexion excel vba con R y VBasic con R
Muchas gracias, Sergio.
Saludos cordiales.
Eduardo Freyre
-----Mensaje original-----
De: miguel.angel.rodriguez.muinos en sergas.es
[mailto:miguel.angel.rodriguez.muinos en sergas.es]
Enviado el: viernes, 12 de julio de 2013 12:39
Para: efreyre en movistar.es; r-help-es en r-project.org
Asunto: RE: [R-es] Conexion excel vba con R y VBasic con R
Hola Eduardo.
Lo que buscas lo puedes
2011 Oct 11
1
Re: Lineage 2 (Gracia part 3 : Final) & Wine
Hey Lineage 2 lovers :D, does anybody know why I don't have any texts in Lineage ? Although Lineage works like a charm, I see no text, titles, names, etc. What should be the option ?
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all,
This is a little off-topic, but it is on the general topic of getting
data in R. I'm looking for a excel macro / vba script that will
export all spreadsheets in a directory (with one file per tab) into
csv. Does anyone have anything like this?
Thanks,
Hadley
--
http://had.co.nz/