Interactive objects embedded in excel viewed in share point [closed] - excel

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to create interactive objects that appear in an excel file viewed via share point. I am told I am not able to use VBA. What alternatives can I use? Please note the viewed via share point part.
Many thanks for any help given
Mrhopko

None. Excel files displayed via SharePoint are rendered as HTML tables, so no VBA possible.
Open the files in Excel to have interactivity, otherwise Excel is not the right technology.

Related

Automating website forms using Haskell [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Are there some nice libraries (and if so, what are they) for automating website queries using Haskell.
Basically I want to get a form, fill in some values and get the results (and naturally, do this repeatedly).
I'm not sure whether you're looking for a web scraper or just a way to make GET/POST requests. In the latter case, there's Network.HTTP, or the Haskell libcurl bindings. In the former, you could look into HandsomeSoup, or one of the other HTML parsing libraries (I've never actually used these myself, so I can't recommend a specific one).

Bulk multi rename tool [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need a live multi rename tool.
The one you can find in double commander, or even better total commander.
The best I could find is renameutils,
which lists all the files and let me edit them in my favorite text editor,
but nothing beats something which is designed to be specifically used to rename.
Is there such a program?
Has to be live and interactive - I have to see the edits I'm doing before hitting the "OK" key.
Has to be in the command line - ncurses, slang, shell. Just not GUI.
Edit:
It's probably doesn't belong here, but super-user:)
Answers would still be welcome.
How about RenameWand? http://renamewand.sourceforge.net/
But you indeed should have tried superuser instead: https://superuser.com/questions/25378/mass-renaming-nix-version

Google docs : make one or more landscape page on a portrait document [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am working on a document on google doc. I have a large table to add to my document and I am wondering, is there any way to make one or more landscape pages on a portrait document. I tried to insert a page break and to change after the orientation of my page but it is not working. Any ideas? Thank you.
Nope, not at this stage. I wish there was. This would increase compatibility with a lot of documents I get send from Word.
Would love to take you to the feature request page but this is the closest I can find. Put your vote in!
http://groups.google.com/a/googleproductforums.com/forum/#!searchin/docs/landscape/docs/ElJ8Jp1O724/6Mjw8kRq_doJ
Source:
https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/docs/formatting/oSSv-MZqzys

geocoding in excel [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have excel sheet with address column. Latitude and Longitude is required for these addresses.
How to fill next column with 'Latitude' and second next column with 'Longitude' ? Is there any helpful tool ? any suggestion ?
I forked and updated a tool that does this very easily: Excel Geocoding Tool
I'm not certain that it can do exactly as you ask but Google Fusion Tables has geocoding capabilities
One or more of the below links may provide an API so that you can geocode in Excel. Otherwise, at least some of the sites support the copying and pasting of such data to get the job done manually:
http://geocoder.us/
http://www.batchgeo.com/
More urls sans http that you may also find useful, in this form to circumvent stackoverflow filter:
www.simplegeo.com
www.vterrain.org/Culture/geocoding.html
www.mooreds.com/wordpress/archives/296

Sharepoint search using content types [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can u perform a search in sharepoint 2010 using content types and metadata.
For example, if i want to search for all documents having content type "ct1" and where the field "fld1" contains the word "finance"?
Is this functionality doable out-of the box?
and also, is the standard search text box found in the sharepoint mainpage used for only performing a content search?
use the steps from following article if you don't want to create a scope for a content type skip it Use a content type for a search scope

Resources