Autorun macro after last external data update ?
Hello, I have an url ("external data") checked every 30 minutes. ;) How can I make zoho sheet, to run a specified macro just after the last external data update ? Thanks in advance ;)
エクセルで作ったデータを使いたいが、その解説がないので使い方がわからない
わかりやすい説明がほしい、そういう意味で素人とのインターフェースがない 誰か第三者の解説や説明を要する エクセルで作ったデータを使いたいが、その解説がないので使い方がわからない
Shreadsheet could share data real time or not?
Google spreadsheet could share work together real time. That mean if one guy was writing in one field , others could view his modification meanwhile. Could zoho realize this function or not?
Sheet Crashes
Our sheets have crashed twice in 24 hours and I have had to reset to an earlier version. the older version today was 36 minutes old. This is NOT GOOD because we have approx 10 different people accessing the sheets to register trainees. We have no way of knowing if we have lost info. This is a huge project and a huge problem for us trying to mange the project. Please fix this bug!!!!!
"Error occured while adding the workbook to zoho sheet"
While attempting to save, or add a file, the Zoho plugin for Office failes every single time with the above message.
Data corruption on alternate sheets?
When working with multiple sheets, are there any operations one should avoid? Twice now, I've had workflow which goes like: * Work on sheet A of a workbook for a while * Switch to sheet B, work on it for a while * Switch back to sheet A, find it decidedly not in the state that I left it in (eg, missing data in cells or row / values on wrong row). At first I thought it was that "delete row" or "delete column" was applying to all sheets, but it doesn't seem to be that simple when I go back and look
OUTSTANDING ITEMS
Dear Zoho Sheet Team I wish to summarize the outstanding items on my sheets "Birds A-G", "Birds H-P" and "Birds Q-Z", all of which I reported previously. If these remaining bugs could be removed, then my bird registers would be perfect. Birds A-G Each time I open the sheet, the following problems with buttons occur, no matter how many time I correct them, it doesn't seem to save my corrections: Item 23 Goldfinch: The "Top" button slips down Item 24 Goosander: Two additional "Next"
Running a Macro when Clicking a Cell
Hi, My problem: I have a list in sheet1. Now I want sheet2 to open when I click on a certain cell i call "cell2", and to open sheet3 when I click on "cell3" and so on... Is this possible? What I tried is: under "this workbook": Private Sub Workbook_Open(ByVal Target As Range) If Target.Address = "cell2" Then Worksheet("sheet2").Active End If End Sub and under "sheet1": Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = false On Error Goto ENEV REM add your code below
使用中的问题
1、纵向可以自动求和,横向必须手动求和,横向自动求和时会自动生成其他数据。 2、纵向无法合并单元格,横向可以合并单元格 3、合并后的单元格无法撤销 4、单元格中垂直方向无法居中
导入问题
为什么在一个地方能看见,在另外一个地方有看不见导入的表格呢?
koruma ve gizleme
merhaba, google docs'ta e-tablo hizmetinde hücrelerdeki formülleri koruma ve gizleme olmadığı için arayış içerisine girdim. Zoho Sheet, arayüzü güzel vs. ama bu da işimi görüyor diyemem. Bu özellik neden yok? Ya da ne zaman eklenir?
Where do I find documents I've saved?
I can't find the documents I've saved... which link should I click?
Option to Change: Cursor moves down when you press Enter | Options / Preferences
Is there a way to make the cursor (cell highlighter/selection) not move when you press Enter after entering information in the cell? As a more general question, is there an options/preferences menu or dropdown? Thanks, Jim Eoff
Problem with Zoho Spreadsheet
Hello, I am working on Zoho spreadsheet as a school project and I have noticed a major flaw which has been occurring repetitively in the past few days. When I add a button into an excel sheet, the button is there. However, when I change sheets and then subsequently return to the previous page, the button is gone. However, when I export to an excel spreadsheet, I am ramped by buttons which are in the Excel File but not online... What is going on?
Wrong data when opening a spreadsheet
Hi, I have a lot of formulas in my spreadsheet for calculating time, for example =IF(AND(B18>0;C18>0);24 *(C18-B18-VALUE(D18));"") Each time when I am opening my spreadsheet, the calculation is wrong. I have to press F9 and then the recalculation will be ok. That's pretty annoying. The same with the cell format. Some cells are formatted in english (0.50), some in german (0,50), don't know why. When I am reformatting the cells, the reformatting is reset when opening the sheet for the next time. At
@TXTNLRN requests, @Zohosheet, Add ability to add comment in Notification email of what was updated when a sheet is updated
Hello, It is me again. Scenario: I received an email when the sheet I had shared with another member was updated. However, It did not mention what was updated. Request: 1) Either add provide the ability to add a comment where user can enter what was updated (the way when the sheet is shared and an invite is sent). 2) Or Sheet includes which cells were updated. Thank you Staff TXTNLRN #TXTNLRN_Software_test http://www.TXTNLRN.com text: 512-850-4898 @TXTNLRN
File Menu in Zoho Sheet
With our next update in Zoho Sheet, we will be having the left sidebar closed by default. You will find a new File menu to access and operate on your files. Clicking on File > Open will bring the sidebar, from where you can select a file to open. This is similar to the File menu in Zoho Writer. This change will come into effect in the next 1 week or so. Here is a video preview to help you understand better. Benefits: More space for your spreadsheet editor. Inching towards having a consistent user
Copy Sheet
Does any one know a way to copy a sheet to an existing book other than copy and paste all the cells. When I copy and paste often all the formatting and formulas do not copy over properly. Thanks, Jerry B
Easy way to show data in zoho
Hello, Is it possible to pass XML or JASON data to sheet using POST? I am looking for feature something like this: http://sheet.zoho.com/view.do?url=http://... but want to avoid file creation on server side. Thank you!
新版本不好用
如今改后的版本左边栏根本看不到,也移不过去。
Removing duplicate cells ?
Hello, I did not find a function allowing me to remove duplicate cells. In Zoho spreadsheet I guess I should do first : a) rank column A (ascending) : Sub first() Sheets("Sheet2").Select Range("A1:C400").Select Selection.Sort Key1:=Range("A1:A400"),Order1:=xlAscending,MatchCase:=false,Orientation:=xlTopToBottom call kill_duplicate End sub This should work ok ;) b) then adapt in zoho the following that I use in excel : Sub kill_duplicate() 'First sort (ascending) the sheet by column A For i
How do you label the x and y axis of your choosing?
Hi, I have just recently started to use Zoho spreadsheets and I am overlooking something but I can't figure out what it is. When I edit my chart, I give it a title and each axis a label. I save and publish the chart along with the sheet but when I display the chart the x and y-axis are labeled X-Axis and Y-Axis respectively. What am I missing that my labels are replaced? Thanks for any help.
@TXTNLRN,asks,@zohosheet,Seems like the Exact function is not working correctly
Hello, Scenario: In Zohosheet I have a cell with text "sd@s.com,d1@d1.com" In another cell I have sd@s.com,sd@s.com In the third cell I am using the Exact function =IF(EXACT(L4;Z4);2;1) (Please note, I did type a comma between L4 and Z4 and wherever there is a semicolon displayed. Zohosheet changed it to a semicolon) The result is 2 which is incorrect. Should be 1. I did the same in MS Excel 2007 the Exact function =IF(EXACT(L4,Z4),2,1) and result displayed is 1 which is correct. Please advise at
mobile zoho
I used to be able to view my sheets on my Iphone just like online, but now mobile.zoho pops up and it's read only. How can I get around this so I can scroll/make changes to my sheet using my Iphone?
Sheet: functions only english
Hello, functions are only english available in zoho sheet. Can I uns german functions, espacially for correct date spelling. Bye Herbert
Freeze panes in sheet
I've used Excel and Google's spreadsheet and they freeze panes like they're suppose to - highlight the row, click freeze. Zoho says sheet will do it but it's not working.
Inventory Sheet
I need to get this VBA script running. It works fine in excell, but when i transfer it over to the Zoho spreedsheet it is completely broken, Basically the way it worked in excel is that you would click on a a cell in column L and the macro would enter all information from columns G-J into the activity log and add or subtract the amount of the item from the main inventory form. Right now the marco'ed enter button does not work. it wont transfer the date and it doesnt reckonize the index number that
feature
i would like to know if you can add a feature that will make a cell flash/blink. this is specially helpfull form me when a deadline is about to approach.
Unable to Detect the Presence of Collaborators
A group of us joined Zoho today to utilized the spreadsheet function however even though we are all logged in, the system shows "0 Viewing." Am I missing a setting? Also the spreadsheets do not update automatically as it should. We have to hit SAVE to update.
@txtnlrn,asks,@zohosheet, how long does it take to open a shared #zohosheet?
Hello, Scenario: I shared a Zohosheet with my customer. Gave him the access writes to read and write. When he tried to access the zohosheet it opened as a read only. I tried to assist. I set another email address of my to share the same zohosheet. Logged in with that email address. Clicked on the zohosheet and the system kept displaying loading or generating ... filename. What did I miss? Thank you Staff TXTNLRN @TXTNLRN
@TXTNLRN,Requests,@Zohosheet, Add checkbox ability to select all versions or certain versions in Version History
Scenario: 1) Marked a version on a spreadsheet that I am working on. 2) Wanted to delete previous versions from the Version history. Results: Currently, Had to click on Delete link for each version. Request: Add checkbox ability to select all versions or certain versions in Version History
Inserting Headers
How does one insert a header on the spreadsheet? I do not see an item from any of the pulldown menus that allows inserting a header or footer.
copy paste
I am trying copy and paste into sheet but it is not taking it. I copy from different websites on the net. p_f_s
Unmerge Cells
How can I unmerge cells in the Zoho Sheet? Regards Ashish
@TXTNLRN,asks,@Zohosheet, Could not find Print preview and Layout options
Hello, Scenario: 1)While working on a spreadsheet using Zohosheet, wanted to preview the print version and change the layout. Results: 1) Could not see the Print Preview or Layout/Page Orientation Option. Question 1) Is this true or did I miss a step. 2) If true, do you plan to add the feature into the Zohosheet roadmap. Thank you, Staff TXTNLRN @TXTNLRN Text: 5128504898 http://www.TXTNLRN.com
Loading message
I have some sheets which are loading very slowly. How do I get the message "LOADING......" (either static or scrolling) on to the screen, so that people know that it is still loading? Can anybody help with advice please? Many thanks. Kind regards Hans
offline access
needs to have offline access codyc1515
Zoho sheets-shared access problem
I have set up a spreadsheet with 23 different tabs ,and given users access only to their own tab to update. However one user cannot access their tab from their log in and everything they try to open the file it comes up with an error Any ideas?
Operations to avoid with multiple sheets?
Are there any operations which should be avoided when working with multiple sheets? Twice now, I've had something more or less like the following happen: * Do some work on sheet A * Switch to sheet B and work there for a little while * Switch back to sheet A to find it altered in strange ways (missing or quasi-missing rows?) It's kind of disconcerting. I want to make sure it's not something I'm doing wrong before reporting it as a bug, though. [The work on Sheet B has involved column resizing/adding/deletion,
.NET doesn't save the spread sheet.
Hi, I have tried saving spreadsheet after editing it. I use the remote api. The port 80 opened for the web site. There is no Firewall, and the saveurl.aspx is saved in the public directory and can be access through the url publicly without any sign in credentials. I already posted a topic but that was not yet published by the zoho community though it has been a long time. Don't know the reason. Here are the codes: 1. zoho.htm The contents inside this file is: <form method="POST" action="http://sheet.zoho.com/remotedoc.im"
Next Page